Skip to content

Commit 376e7fd

Browse files
committed
Document profile activation limitation of .spring-boot-devtools.properties
Closes gh-15151
1 parent e74b084 commit 376e7fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,10 @@ property:
10151015
spring.devtools.reload.trigger-file=.reloadtrigger
10161016
----
10171017

1018+
NOTE: Profiles activated in `.spring-boot-devtools.properties` will not affect the
1019+
loading of <<spring-boot-features.adoc#boot-features-external-config-profile-specific-properties,
1020+
profile-specific configuration files>>.
1021+
10181022

10191023

10201024
[[using-boot-devtools-remote]]
@@ -1107,7 +1111,7 @@ TIP: If you need to use a proxy to access the remote application, configure the
11071111
[[using-boot-devtools-remote-update]]
11081112
==== Remote Update
11091113
The remote client monitors your application classpath for changes in the same way as the
1110-
<<using-boot-devtools-restart,local restart>>. Any updated resource is pushed to the
1114+
using-boot-devtools-restart,local restart>>. Any updated resource is pushed to the
11111115
remote application and (_if required_) triggers a restart. This can be helpful if you
11121116
iterate on a feature that uses a cloud service that you do not have locally. Generally,
11131117
remote updates and restarts are much quicker than a full rebuild and deploy cycle.

0 commit comments

Comments
 (0)