Class DevToolsHomePropertiesPostProcessor
java.lang.Object
org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- All Implemented Interfaces:
- EnvironmentPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home
 directory.- Since:
- 1.3.0
- Author:
- Phillip Webb, Andy Wilkinson, HaiTao Zhang, Madhura Bhave
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected FilevoidpostProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Post-process the givenenvironment.
- 
Constructor Details- 
DevToolsHomePropertiesPostProcessorpublic DevToolsHomePropertiesPostProcessor()
 
- 
- 
Method Details- 
postProcessEnvironmentpublic void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Description copied from interface:EnvironmentPostProcessorPost-process the givenenvironment.- Specified by:
- postProcessEnvironmentin interface- EnvironmentPostProcessor
- Parameters:
- environment- the environment to post-process
- application- the application to which the environment belongs
 
- 
getHomeDirectory
 
-