public class DubboDefaultPropertiesEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
EnvironmentPostProcessor processes
Spring Boot default properties for Dubbo
as late as possible before application context refresh.| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_BEAN_DEFINITION_OVERRIDING_PROPERTY
The property name of "spring.main.allow-bean-definition-overriding".
|
static String |
PROPERTY_SOURCE_NAME
The name of default
PropertySource defined in SpringApplication#configurePropertySources method. |
| Constructor and Description |
|---|
DubboDefaultPropertiesEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public static final String PROPERTY_SOURCE_NAME
PropertySource defined in SpringApplication#configurePropertySources method.public static final String ALLOW_BEAN_DEFINITION_OVERRIDING_PROPERTY
public DubboDefaultPropertiesEnvironmentPostProcessor()
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.