@Configuration
@ConditionalOnProperty(name="spring.cloud.nacos.config.enabled",
matchIfMissing=true)
public class NacosConfigAutoConfiguration
extends Object
| 构造器和说明 |
|---|
NacosConfigAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
NacosConfigProperties |
nacosConfigProperties(org.springframework.context.ApplicationContext context) |
NacosContextRefresher |
nacosContextRefresher(NacosConfigProperties nacosConfigProperties,
NacosRefreshProperties nacosRefreshProperties,
NacosRefreshHistory refreshHistory) |
NacosRefreshHistory |
nacosRefreshHistory() |
NacosRefreshProperties |
nacosRefreshProperties() |
@Bean public NacosConfigProperties nacosConfigProperties(org.springframework.context.ApplicationContext context)
@Bean public NacosRefreshProperties nacosRefreshProperties()
@Bean public NacosRefreshHistory nacosRefreshHistory()
@Bean public NacosContextRefresher nacosContextRefresher(NacosConfigProperties nacosConfigProperties, NacosRefreshProperties nacosRefreshProperties, NacosRefreshHistory refreshHistory)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.