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 ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the config watch task scheduler bean. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONFIG_WATCH_TASK_SCHEDULER_NAME
Name of the config watch task scheduler bean.- See Also:
-
-
Constructor Details
-
ConsulConfigAutoConfiguration
public ConsulConfigAutoConfiguration()
-