From 4ccddbf0dc6d8ca346c5d6eaf325271303dad9c0 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Fri, 24 Apr 2015 13:15:35 +0800 Subject: [PATCH] Create README.md --- VIII. Build tool plugins/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 VIII. Build tool plugins/README.md diff --git a/VIII. Build tool plugins/README.md b/VIII. Build tool plugins/README.md new file mode 100644 index 0000000..d71f062 --- /dev/null +++ b/VIII. Build tool plugins/README.md @@ -0,0 +1,3 @@ +### 构建工具插件 + +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)。