spring_reference/VIII. Build tool plugins
qibaoguang 4ccddbf0dc Create README.md 2015-04-24 13:15:35 +08:00
..
58. Spring Boot Maven plugin.md Update 58. Spring Boot Maven plugin.md 2015-04-24 13:15:26 +08:00
58.1. Including the plugin.md
58.2. Packaging executable jar and war files.md
59. Spring Boot Gradle plugin.md
59.1. Including the plugin.md
59.2. Declaring dependencies without versions.md
59.2.1. Custom version management.md
59.3. Default exclude rules.md
59.4. Packaging executable jar and war files.md
59.5. Running a project in-place.md
59.6. Spring Boot plugin configuration.md
59.7. Repackage configuration.md Update 59.7. Repackage configuration.md 2015-03-10 22:01:58 +08:00
59.8. Repackage with custom Gradle configuration.md Update 59.8. Repackage with custom Gradle configuration.md 2015-03-10 22:03:38 +08:00
59.8.1. Configuration options.md Update 59.8.1. Configuration options.md 2015-03-10 22:05:26 +08:00
59.9. Understanding how the Gradle plugin works.md Update 59.9. Understanding how the Gradle plugin works.md 2015-03-10 22:06:23 +08:00
59.10. Publishing artifacts to a Maven repository using Gradle.md Update 59.10. Publishing artifacts to a Maven repository using Gradle.md 2015-03-10 22:07:37 +08:00
59.10.1. Configuring Gradle to produce a pom that inherits dependency management.md Update 59.10.1. Configuring Gradle to produce a pom that inherits dependency management.md 2015-03-10 22:08:36 +08:00
59.10.2. Configuring Gradle to produce a pom that imports dependency management.md Update 59.10.2. Configuring Gradle to produce a pom that imports dependency management.md 2015-03-10 22:09:24 +08:00
60. Supporting other build systems.md Update 60. Supporting other build systems.md 2015-03-10 22:10:03 +08:00
60.1. Repackaging archives.md Update 60.1. Repackaging archives.md 2015-03-10 22:10:47 +08:00
60.2. Nested libraries.md Update 60.2. Nested libraries.md 2015-03-10 22:11:40 +08:00
60.3. Finding a main class.md Update 60.3. Finding a main class.md 2015-03-10 22:12:20 +08:00
60.4. Example repackage implementation.md Update 60.4. Example repackage implementation.md 2015-03-10 22:12:54 +08:00
61. What to read next.md Update 61. What to read next.md 2015-04-23 13:21:38 +08:00
README.md Create README.md 2015-04-24 13:15:35 +08:00

README.md

构建工具插件

Spring Boot为Maven和Gradle提供构建工具插件。该插件提供各种各样的特性包括打包可执行jars。本节提供关于插件的更多详情及用于扩展一个不支持的构建系统所需的帮助信息。如果你是刚刚开始那可能需要先阅读Part III, “Using Spring Boot”章节的“Chapter 13, Build systems”