public class ConfigClientEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, Ordered
CfEnv directly here as we need to set the
spring.config.import property before the
ConfigDataEnvironmentPostProcessor runs java-cfenv-boot library's
EnvironmentPostProcessor runs after the ConfigDataEnvironmentPostProcessor,
intentionallyHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
ConfigClientEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessEnvironment(ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public ConfigClientEnvironmentPostProcessor()
public void postProcessEnvironment(ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor