Class MappedServicesConfig
- java.lang.Object
-
- solutions.bkit.configurableloadbalanced.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 Summary
Constructors Constructor Description MappedServicesConfig(Map<String,String> services)
-