Class DevToolsHomePropertiesPostProcessor
java.lang.Object
org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- All Implemented Interfaces:
org.springframework.boot.EnvironmentPostProcessor
public class DevToolsHomePropertiesPostProcessor
extends Object
implements org.springframework.boot.EnvironmentPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home
directory.- Since:
- 1.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable FilevoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
DevToolsHomePropertiesPostProcessor
public DevToolsHomePropertiesPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.EnvironmentPostProcessor
-
getHomeDirectory
-