Package com.alibaba.cloud.nacos
Class NacosConfigSpringCloudBootstrapConfiguration
java.lang.Object
com.alibaba.cloud.nacos.NacosConfigSpringCloudBootstrapConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(com.alibaba.cloud.nacos.NacosConfigEnabledCondition.class)
public class NacosConfigSpringCloudBootstrapConfiguration
extends Object
- Author:
- xiaojing, freeman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.context.properties.ConfigurationPropertiesRebindersmartConfigurationPropertiesRebinder(org.springframework.cloud.context.properties.ConfigurationPropertiesBeans beans) Compatible with bootstrap way to start.
-
Constructor Details
-
NacosConfigSpringCloudBootstrapConfiguration
public NacosConfigSpringCloudBootstrapConfiguration()
-
-
Method Details
-
smartConfigurationPropertiesRebinder
@Bean @ConditionalOnMissingBean(search=CURRENT) @ConditionalOnNonDefaultBehavior public org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder smartConfigurationPropertiesRebinder(org.springframework.cloud.context.properties.ConfigurationPropertiesBeans beans) Compatible with bootstrap way to start.
-