public class AzureGlobalConfigurationEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
| Constructor and Description |
|---|
AzureGlobalConfigurationEnvironmentPostProcessor(org.apache.commons.logging.Log logger) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public AzureGlobalConfigurationEnvironmentPostProcessor(org.apache.commons.logging.Log logger)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.