diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index ba8dcd0ec75..fd4fc040a57 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -907,7 +907,13 @@ For example, to configure restart to always use a <>. +[NOTE] +==== +Profiles are not supported in devtools properties/yaml files. + +Any profiles activated in `.spring-boot-devtools.properties` will not affect the loading of <>. +Profile specific filenames (of the form `spring-boot-devtools-.properties`) and `spring.profile` sub-documents in YAML files are not supported. +====