@Configuration
@ConditionalOnProperty(name="spring.cloud.nacos.config.enabled",
matchIfMissing=true)
public class NacosConfigBootstrapConfiguration
extends Object
| 构造器和说明 |
|---|
NacosConfigBootstrapConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
NacosConfigProperties |
nacosConfigProperties() |
NacosPropertySourceLocator |
nacosPropertySourceLocator(NacosConfigProperties nacosConfigProperties) |
@Bean @ConditionalOnMissingBean public NacosConfigProperties nacosConfigProperties()
@Bean public NacosPropertySourceLocator nacosPropertySourceLocator(NacosConfigProperties nacosConfigProperties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.