Skip to content

Commit

Permalink
Polish documentation
Browse files Browse the repository at this point in the history
Closes gh-6576
  • Loading branch information
snicoll committed Aug 10, 2016
1 parent 45bc63a commit 5fcadce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5fcadce

Please sign in to comment.