打包命令
shell script 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
原文:https://www.cnblogs.com/springbootplus/p/11334653.html