Skip to content

Commit 02759d6

Browse files
committed
Merge branch '2.1.x'
2 parents 39c1e47 + f9d94c6 commit 02759d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ If you need to _completely_ disable restart support (for example, because it doe
805805
If you work with an IDE that continuously compiles changed files, you might prefer to trigger restarts only at specific times.
806806
To do so, you can use a "`trigger file`", which is a special file that must be modified when you want to actually trigger a restart check.
807807

808-
NOTE: Any update to the file file will trigger a check, but restart only actually occurs if Devtools has detected it has something to do.
808+
NOTE: Any update to the file will trigger a check, but restart only actually occurs if Devtools has detected it has something to do.
809809

810810
To use a trigger file, set the `spring.devtools.restart.trigger-file` property to the name (excluding any path) of your trigger file.
811811
The trigger file must appear somewhere on your classpath.

0 commit comments

Comments
 (0)