Clarify devtools trigger file documentation

Closes gh-17775
This commit is contained in:
Phillip Webb
2019-09-04 22:09:33 -07:00
parent 7c7ad03e1e
commit a0a204ae6a
2 changed files with 31 additions and 5 deletions

View File

@@ -90,8 +90,9 @@ public class DevToolsProperties {
private Duration quietPeriod = Duration.ofMillis(400);
/**
* Name of a specific file that, when changed, triggers the restart check. If not
* specified, any classpath file change triggers the restart.
* Name of a specific file that, when changed, triggers the restart check. Must be
* a simple name (without any path) of a file that appears on your classpath. If
* not specified, any classpath file change triggers the restart.
*/
private String triggerFile;