Class EnvironmentRepositoryPropertySourceLocator

java.lang.Object
org.springframework.cloud.config.server.environment.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
  • Constructor Details

  • Method Details

    • 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