Class ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration

java.lang.Object
org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration
Enclosing class:
ConsulConfigBootstrapConfiguration

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties @Import(org.springframework.cloud.consul.ConsulAutoConfiguration.class) @ConditionalOnProperty(name="spring.cloud.consul.config.enabled", matchIfMissing=true) protected static class ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration extends Object
Author:
Spencer Gibb, Edvin Eriksson
  • Constructor Details

    • ConsulPropertySourceConfiguration

      public ConsulPropertySourceConfiguration(org.springframework.cloud.consul.ConsulClient consul)
  • Method Details