Class MappedServicesConfig


  • @Configuration
    @ConditionalOnProperty(prefix="property-source-lb",
                           name="enabled",
                           havingValue="true")
    @PropertySource("classpath:/services-map.properties")
    @ConfigurationProperties(prefix="property-source-lb")
    public class MappedServicesConfig
    extends Object
    • Constructor Detail

      • MappedServicesConfig

        public MappedServicesConfig​(Map<String,​String> services)