Update 59.6. Spring Boot plugin configuration.md

master
qibaoguang 2015-03-10 22:01:14 +08:00
parent a25fe3d694
commit d432bb00c7
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
### 59.6. Spring Boot插件配置
Gradle插件自动扩展你的构建脚本DSL它为脚本添加一个`springBoot`元素以此作为Boot插件的全局配置。你可以像配置其他Gradle扩展那样为`springBoot`设置相应的属性(下面有配置选项列表)。
```gradle
springBoot {
backupSource = false
}
```