Merge branch '2.1.x'

Closes gh-18132
This commit is contained in:
Phillip Webb
2019-09-04 22:10:28 -07:00
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;