Package com.alibaba.cloud.nacos
Class NacosConfigAutoConfiguration
java.lang.Object
com.alibaba.cloud.nacos.NacosConfigAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(NacosConfigEnabledCondition.class)
public class NacosConfigAutoConfiguration
extends Object
- Author:
- juven.xuxb, freeman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnacosConfigManager(NacosConfigProperties nacosConfigProperties) nacosConfigProperties(org.springframework.context.ApplicationContext context) nacosContextRefresher(NacosConfigManager nacosConfigManager, NacosRefreshHistory nacosRefreshHistory)
-
Constructor Details
-
NacosConfigAutoConfiguration
public NacosConfigAutoConfiguration()
-
-
Method Details
-
nacosConfigProperties
@Bean @ConditionalOnMissingBean(value=NacosConfigProperties.class, search=CURRENT) public NacosConfigProperties nacosConfigProperties(org.springframework.context.ApplicationContext context) -
nacosRefreshHistory
-
nacosConfigManager
-
nacosAnnotationProcessor
-
nacosContextRefresher
@Bean public NacosContextRefresher nacosContextRefresher(NacosConfigManager nacosConfigManager, NacosRefreshHistory nacosRefreshHistory)
-