Skip to content

Commit f428914

Browse files
committed
Polish key description
Closes gh-14450
1 parent aeae139 commit f428914

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-boot-project/spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"name": "spring.devtools.add-properties",
2525
"type": "java.lang.Boolean",
26-
"description": "Whether to enable devtool property defaults.",
26+
"description": "Whether to enable development property defaults.",
2727
"defaultValue": true
2828
}
2929
]

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ content into your application. Rather, pick only the properties that you need.
14911491
# ----------------------------------------
14921492
14931493
# DEVTOOLS ({sc-spring-boot-devtools}/autoconfigure/DevToolsProperties.{sc-ext}[DevToolsProperties])
1494+
spring.devtools.add-properties=true # Whether to enable development property defaults.
14941495
spring.devtools.livereload.enabled=true # Whether to enable a livereload.com-compatible server.
14951496
spring.devtools.livereload.port=35729 # Server port.
14961497
spring.devtools.restart.additional-exclude= # Additional patterns that should be excluded from triggering a full restart.

0 commit comments

Comments
 (0)