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 1
1
### 80.4 使用Maven创建可执行JAR
2
2
3
- ` spring-boot-maven-plugin ` 能够用来创建可执行的'胖'JAR。如果你正在使用 ` spring-boot-starter-parent ` POM,你可以简单地声明该插件,然后你的jar将被重新打包:
3
+ ` spring-boot-maven-plugin ` 能够用来创建可执行的'胖'JAR。如果正在使用 ` spring-boot-starter-parent ` POM,你可以简单地声明该插件,然后你的jar将被重新打包:
4
4
``` xml
5
5
<build >
6
6
<plugins >
18
18
<plugin >
19
19
<groupId >org.springframework.boot</groupId >
20
20
<artifactId >spring-boot-maven-plugin</artifactId >
21
- <version >1.3.0.BUILD-SNAPSHOT </version >
21
+ <version >1.4.1.RELEASE </version >
22
22
<executions >
23
23
<execution >
24
24
<goals >
30
30
</plugins >
31
31
</build >
32
32
```
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