File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11### 80.4 使用Maven创建可执行JAR
22
3- ` spring-boot-maven-plugin ` 能够用来创建可执行的'胖'JAR。如果你正在使用 ` spring-boot-starter-parent ` POM,你可以简单地声明该插件,然后你的jar将被重新打包:
3+ ` spring-boot-maven-plugin ` 能够用来创建可执行的'胖'JAR。如果正在使用 ` spring-boot-starter-parent ` POM,你可以简单地声明该插件,然后你的jar将被重新打包:
44``` xml
55<build >
66 <plugins >
1818 <plugin >
1919 <groupId >org.springframework.boot</groupId >
2020 <artifactId >spring-boot-maven-plugin</artifactId >
21- <version >1.3.0.BUILD-SNAPSHOT </version >
21+ <version >1.4.1.RELEASE </version >
2222 <executions >
2323 <execution >
2424 <goals >
3030 </plugins >
3131</build >
3232```
33- 查看[ 插件文档] ( http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT /maven-plugin/usage.html ) 获取详细的用例。
33+ 查看[ 插件文档] ( http://docs.spring.io/spring-boot/docs/1.4.1.RELEASE /maven-plugin/usage.html ) 获取详细的用例。
You can’t perform that action at this time.
0 commit comments