public interface EnvironmentPostProcessor
Environment
prior to the
application context being refreshed.Modifier and Type | Method and Description |
---|---|
void |
postProcessEnvironment(ConfigurableEnvironment environment,
SpringApplication application)
Post-process the given
environment |
void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application)
environment
environment
- the environment to post-processapplication
- the application to which the environment belongsCopyright © 2015 Pivotal Software, Inc.. All rights reserved.