@Configuration
@ConditionalOnProperty(name="spring.cloud.nacos.config.enabled",
matchIfMissing=true)
public class NacosConfigBootstrapConfiguration
extends Object
| Constructor and Description |
|---|
NacosConfigBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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.