From c63b844d591f9eb35ed044474b5152a1811f3cd1 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Tue, 10 Mar 2015 21:45:44 +0800 Subject: [PATCH] Update 58. Spring Boot Maven plugin.md --- VIII. Build tool plugins/58. Spring Boot Maven plugin.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/VIII. Build tool plugins/58. Spring Boot Maven plugin.md b/VIII. Build tool plugins/58. Spring Boot Maven plugin.md index e69de29..044e345 100644 --- a/VIII. Build tool plugins/58. Spring Boot Maven plugin.md +++ b/VIII. Build tool plugins/58. Spring Boot Maven plugin.md @@ -0,0 +1,9 @@ +### 构建工具插件 + +Spring Boot为Maven和Gradle提供构建工具插件。该插件提供各种各样的特性,包括打包可执行jars。本节提供关于插件的更多详情及用于扩展一个不支持的构建系统所需的帮助信息。如果你是刚刚开始,那可能需要先阅读[Part III, “Using Spring Boot”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot)章节的[“Chapter 13, Build systems”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-build-systems)。 + +### 58. Spring Boot Maven插件 + +[Spring Boot Maven插件](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-build-systems)为Maven提供Spring Boot支持,它允许你打包可执行jar或war存档,然后就地运行应用。为了使用它,你需要使用Maven 3.2 (或更高版本)。 + +**注**:参考[Spring Boot Maven Plugin Site](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/maven-plugin/)可以获取全部的插件文档。