类 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 precedence EnvironmentPostProcessor processes Spring Boot default properties for Dubbo as late as possible before application context refresh.
    • 字段详细资料

      • PROPERTY_SOURCE_NAME

        public static final String PROPERTY_SOURCE_NAME
        The name of default PropertySource defined 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
        另请参阅:
        常量字段值
    • 构造器详细资料

      • DubboDefaultPropertiesEnvironmentPostProcessor

        public DubboDefaultPropertiesEnvironmentPostProcessor()
    • 方法详细资料

      • 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