Skip to content

Commit 55f0af7

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-21025
2 parents 83553ee + 359b508 commit 55f0af7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,13 @@ For example, to configure restart to always use a <<using-boot-devtools-restart-
907907
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.
908908
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.
909909

910-
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>>.
910+
[NOTE]
911+
====
912+
Profiles are not supported in devtools properties/yaml files.
913+
914+
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>>.
915+
Profile specific filenames (of the form `spring-boot-devtools-<profile>.properties`) and `spring.profile` sub-documents in YAML files are not supported.
916+
====
911917

912918

913919

0 commit comments

Comments
 (0)