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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected File
void
postProcessEnvironment
(ConfigurableEnvironment environment, SpringApplication application) Post-process the givenenvironment
.
-
Constructor Details
-
DevToolsHomePropertiesPostProcessor
public DevToolsHomePropertiesPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Description copied from interface:EnvironmentPostProcessor
Post-process the givenenvironment
.- Specified by:
postProcessEnvironment
in interfaceEnvironmentPostProcessor
- Parameters:
environment
- the environment to post-processapplication
- the application to which the environment belongs
-
getHomeDirectory
-