Class EnvironmentRepositoryPropertySourceLocator

  • All Implemented Interfaces:
    org.springframework.cloud.bootstrap.config.PropertySourceLocator

    public class EnvironmentRepositoryPropertySourceLocator
    extends Object
    implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
    A PropertySourceLocator that reads from an EnvironmentRepository.
    Author:
    Dave Syer
    • Method Detail

      • locate

        public org.springframework.core.env.PropertySource<?> locate​(org.springframework.core.env.Environment environment)
        Specified by:
        locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator