Skip to content

Commit 636a476

Browse files
committed
Merge branch '2.2.x'
Closes gh-21026
2 parents 0ad1ea4 + 55f0af7 commit 636a476

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/using-spring-boot.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,13 @@ For example, to configure restart to always use a <<using-boot-devtools-restart-
790790
NOTE: If devtools configuration files are not found in `$HOME/.config/spring-boot`, the root of the `$HOME` folder is searched for the presence of a `.spring-boot-devtools.properties` file.
791791
This allows you to share the devtools global configuration with applications that are on an older version of Spring Boot that does not support the `$HOME/.config/spring-boot` location.
792792

793-
NOTE: Profiles activated in the above files will not affect the loading of <<spring-boot-features.adoc#boot-features-external-config-profile-specific-properties, profile-specific configuration files>>.
793+
[NOTE]
794+
====
795+
Profiles are not supported in devtools properties/yaml files.
796+
797+
Any profiles activated in `.spring-boot-devtools.properties` will not affect the loading of <<spring-boot-features.adoc#boot-features-external-config-profile-specific-properties, profile-specific configuration files>>.
798+
Profile specific filenames (of the form `spring-boot-devtools-<profile>.properties`) and `spring.profile` sub-documents in YAML files are not supported.
799+
====
794800

795801

796802

0 commit comments

Comments
 (0)