public class DevToolsHomePropertiesPostProcessor extends Object implements EnvironmentPostProcessor
EnvironmentPostProcessor
to add devtools properties from the user's home
folder.Constructor and Description |
---|
DevToolsHomePropertiesPostProcessor() |
Modifier and Type | Method and Description |
---|---|
protected File |
getHomeFolder() |
void |
postProcessEnvironment(ConfigurableEnvironment environment,
SpringApplication application)
Post-process the given
environment . |
public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application)
EnvironmentPostProcessor
environment
.postProcessEnvironment
in interface EnvironmentPostProcessor
environment
- the environment to post-processapplication
- the application to which the environment belongsprotected File getHomeFolder()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.