Class DevToolsHomePropertiesPostProcessor
- java.lang.Object
- org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
- All Implemented Interfaces:
- org.springframework.boot.env.EnvironmentPostProcessor
 - public class DevToolsHomePropertiesPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor - EnvironmentPostProcessorto add devtools properties from the user's home folder.- Since:
- 1.3.0
 
- Constructor Summary- Constructors - Constructor - Description - DevToolsHomePropertiesPostProcessor()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - protected File- getHomeFolder()- void- postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
 
- Constructor Detail- DevToolsHomePropertiesPostProcessor- public DevToolsHomePropertiesPostProcessor() 
 
 - Method Detail- postProcessEnvironment- public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
- postProcessEnvironmentin interface- org.springframework.boot.env.EnvironmentPostProcessor
 
 - getHomeFolder- protected File getHomeFolder()