spring-boot-plus项目打包
项目打包
- spring-boot-plus项目使用maven assembly插件进行打包
- 根据不同环境进行打包部署
- 包含启动、重启命令,配置文件提取到外部config目录
打包命令
mvn clean package -Plocal
cd target
spring-boot-plus-1.0.0.RELEASE-local.tar.gz
spring-boot-plus-1.0.0.RELEASE-local.zip
spring-boot-plus-1.0.0.RELEASE-local\spring-boot-plus\config
├─spring-boot-plus-1.0.0.RELEASE-local
│ └─spring-boot-plus
│ ├─bin
│ ├─config
│ ├─lib
│ └─logs
│ └─back
spring-boot-plus-1.0.0.RELEASE-local
└─spring-boot-plus
│ CHANGELOG.md
│ LICENSE
│ README.md
│
├─bin
│ restart.sh
│ shutdown.sh
│ startup.bat
│ startup.sh
│
├─config
│ application-local.yml
│ application.yml
│ banner.txt
│ logback.xml
│
├─lib
│ spring-boot-plus.jar
│
└─logs
│ spring-boot-plus-startup.log
│ spring-boot-plus.log
│
└─back
spring-boot-plus-back.log
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。