@ConditionalOnClass(value=org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.class) @ConditionalOnProperty(value="spring.cloud.config.discovery.enabled", matchIfMissing=false) @Configuration @Import(value={org.springframework.cloud.consul.ConsulAutoConfiguration.class,ConsulDiscoveryClientConfiguration.class}) public class ConsulDiscoveryClientConfigServiceBootstrapConfiguration extends Object
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.