From 5fcadcee6eef71fbc0dad41b0ecf3e006c3481ad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Aug 2016 10:27:10 +0200 Subject: [PATCH] Polish documentation Closes gh-6576 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 86561ef4d0..db2ab50f6d 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -925,7 +925,9 @@ with a specific library, you need to set a `System` property before calling If you work with an IDE that continuously compiles changed files, you might prefer to trigger restarts only at specific times. To do this you can use a "`trigger file`", which is a special file that must be modified when you want to actually trigger a restart check. -The trigger file could be updated manually, or via an IDE plugin. +Changing the file only triggers the check and the restart will only occur if Devtools has +detected it has to do something. 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.