diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 86561ef4d035..0e5e3235ff7b 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -929,6 +929,8 @@ The trigger file could be updated manually, or via an IDE plugin. To use a trigger file use the `spring.devtools.restart.trigger-file` property. +TIP: When you update the trigger file then application will be restarted only if there are any changes to reload. + TIP: You might want to set `spring.devtools.restart.trigger-file` as a <> so that all your projects behave in the same way.