类 DubboDefaultPropertiesEnvironmentPostProcessor
- java.lang.Object
-
- org.apache.dubbo.spring.boot.env.DubboDefaultPropertiesEnvironmentPostProcessor
-
- 所有已实现的接口:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
public class DubboDefaultPropertiesEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
The lowest precedenceEnvironmentPostProcessorprocessesSpring Boot default propertiesfor Dubbo as late as possible beforeapplication context refresh.
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringALLOW_BEAN_DEFINITION_OVERRIDING_PROPERTYThe property name of "spring.main.allow-bean-definition-overriding".static StringPROPERTY_SOURCE_NAMEThe name of defaultPropertySourcedefined in SpringApplication#configurePropertySources method.
-
构造器概要
构造器 构造器 说明 DubboDefaultPropertiesEnvironmentPostProcessor()
-
-
-
字段详细资料
-
PROPERTY_SOURCE_NAME
public static final String PROPERTY_SOURCE_NAME
The name of defaultPropertySourcedefined in SpringApplication#configurePropertySources method.- 另请参阅:
- 常量字段值
-
ALLOW_BEAN_DEFINITION_OVERRIDING_PROPERTY
public static final String ALLOW_BEAN_DEFINITION_OVERRIDING_PROPERTY
The property name of "spring.main.allow-bean-definition-overriding". Please refer to: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.1-Release-Notes#bean-overriding- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)- 指定者:
postProcessEnvironment在接口中org.springframework.boot.env.EnvironmentPostProcessor
-
getOrder
public int getOrder()
- 指定者:
getOrder在接口中org.springframework.core.Ordered
-
-