Class ConsulConfigAutoConfiguration
- java.lang.Object
-
- org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnProperty(name="spring.cloud.consul.config.enabled", matchIfMissing=true) @EnableConfigurationProperties public class ConsulConfigAutoConfiguration extends Object- Author:
- Spencer Gibb
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classConsulConfigAutoConfiguration.ConsulRefreshConfiguration
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_WATCH_TASK_SCHEDULER_NAMEName of the config watch task scheduler bean.
-
Constructor Summary
Constructors Constructor Description ConsulConfigAutoConfiguration()
-
-
-
Field Detail
-
CONFIG_WATCH_TASK_SCHEDULER_NAME
public static final String CONFIG_WATCH_TASK_SCHEDULER_NAME
Name of the config watch task scheduler bean.- See Also:
- Constant Field Values
-
-