类 CustomPropertySourceLocator

  • 所有已实现的接口:
    org.springframework.cloud.bootstrap.config.PropertySourceLocator

    @Order(-2147483647)
    public class CustomPropertySourceLocator
    extends Object
    implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
    作者:
    youta
    • 构造器详细资料

      • CustomPropertySourceLocator

        public CustomPropertySourceLocator()
    • 方法详细资料

      • locate

        public org.springframework.core.env.PropertySource<?> locate​(org.springframework.core.env.Environment environment)
        指定者:
        locate 在接口中 org.springframework.cloud.bootstrap.config.PropertySourceLocator