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