Update 58.2. Packaging executable jar and war files.md

master
qibaoguang 2015-05-31 22:10:25 +08:00
parent 4801ab8826
commit 9f6c158c0a
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ $ java -jar target/mymodule-0.0.1-SNAPSHOT.jar
</dependencies> </dependencies>
</project> </project>
``` ```
**注**:具体参考[“Section 74.1, “Create a deployable war file”” ](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-create-a-deployable-war-file)章节。 **注**:具体参考[“Section 74.1, “Create a deployable war file”” ](../IX. How-to guides/74.1. Create a deployable war file.md)章节。
在[插件信息页面](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/maven-plugin/)有高级的配置选项和示例。 在[插件信息页面](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/maven-plugin/)有高级的配置选项和示例。