From f42891489d1830c30f2955c136971eb39f2aced0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Sep 2018 10:31:01 +0200 Subject: [PATCH] Polish key description Closes gh-14450 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- .../src/main/asciidoc/appendix-application-properties.adoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 081c720427..c111439772 100644 --- a/spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -23,7 +23,7 @@ { "name": "spring.devtools.add-properties", "type": "java.lang.Boolean", - "description": "Whether to enable devtool property defaults.", + "description": "Whether to enable development property defaults.", "defaultValue": true } ] diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index b37c823665..ebf56b7288 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -1491,6 +1491,7 @@ content into your application. Rather, pick only the properties that you need. # ---------------------------------------- # DEVTOOLS ({sc-spring-boot-devtools}/autoconfigure/DevToolsProperties.{sc-ext}[DevToolsProperties]) + spring.devtools.add-properties=true # Whether to enable development property defaults. spring.devtools.livereload.enabled=true # Whether to enable a livereload.com-compatible server. spring.devtools.livereload.port=35729 # Server port. spring.devtools.restart.additional-exclude= # Additional patterns that should be excluded from triggering a full restart.