Class DevToolsSettings
java.lang.Object
org.springframework.boot.devtools.settings.DevToolsSettings
DevTools settings loaded from /META-INF/spring-devtools.properties files.
- Since:
- 1.3.0
- Author:
- Phillip Webb
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The location to look for settings properties. -
Method Summary
Modifier and TypeMethodDescriptionstatic DevToolsSettings
get()
boolean
isRestartExclude
(URL url) boolean
isRestartInclude
(URL url)
-
Field Details
-
SETTINGS_RESOURCE_LOCATION
The location to look for settings properties. Can be present in multiple JAR files.- See Also:
-
-
Method Details
-
isRestartInclude
-
isRestartExclude
-
get
-