Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. 其他>
  3. maven 打jar包 分开配置文件

maven 打jar包 分开配置文件

  • Post author:xfxia
  • Post published:2023年8月24日
  • Post category:其他


<build>



<plugins>



<plugin>



<groupId>org.springframework.boot</groupId>



<artifactId>spring-boot-maven-plugin</artifactId>



</plugin>



</plugins>



<sourceDirectory>src/main/java</sourceDirectory>



<resources>



<resource>



<directory>src/main/resources</directory>



<targetPath>${project.build.directory}</targetPath>



<excludes>



<exclude>**/*.java</exclude>



</excludes>



</resource>



</resources>



</build>


你可能也喜欢

JSP的开发模式和设计模式(MVC)和实例—注册

磁盘缓冲区和页高速缓存的区别

多个catch()异常处理顺序验证

查看文件(或文件夹)被哪个进程使用【文件已在另一程序中打开】

教务管理系统数据表关系图_某中学的排课管理系统(SQL的简单应用)

ConcurrentHashMap原理分析(1.7与1.8)

react中jsx行内样式(style)的国定写法、jsx双花括号{{}}写法的解释

clickhouse数据迁移(clickhouse-copier)

Mybatis背景简介及其优缺点

阅读书源最新2020在线导入_书源篇五

HCIP-DATACOM H12-831(1-20)

激活函数(ReLU, Swish, Maxout)

学习记录——react路由封装

android studio简单使用SQLite,并在TextView上读取内容

C语言实现串的基本模式匹配

求从10到100中能被3或5整除的数的和

gulp压缩文件最简示例

SQL的使用

机顶盒天线接头怎么接_数字电视接收天线怎么安装

EL表达式param隐含对象

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单