Skip to content

Commit

Permalink
Document devtool property file profile restrictions
Browse files Browse the repository at this point in the history
Closes gh-19972
  • Loading branch information
philwebb committed Apr 20, 2020
1 parent 6a4d98a commit 359b508
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -903,7 +903,13 @@ For example, to configure restart to always use a <<using-boot-devtools-restart-
spring.devtools.reload.trigger-file=.reloadtrigger
----

NOTE: 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>>.
[NOTE]
====
Profiles are not supported in devtools properties/yaml files.
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>>.
Profile specific filenames (of the form `spring-boot-devtools-<profile>.properties`) and `spring.profile` sub-documents in YAML files are not supported.
====



Expand Down

0 comments on commit 359b508

Please sign in to comment.