赞
踩
Nacos Config Starter
实现了 org.springframework.cloud.bootstrap.config.PropertySourceLocator
接口,并将优先级设置为最高。
在 Spring Cloud
应用启动阶段,会主动从 Nacos Server
端获取对应的数据,并将获取到的数据转换成 PropertySource
且注入到 Environment
的 PropertySources
属性中,所以使用 @Value
注解也能直接获取 Nacos Server
端配置的内容。
前言部分已说明
Nacos Config Starter
将远程配置优先级设置成为最高,故需要在远程配置中心(nacos)上设置本地配置覆盖远程配置。
在远程的${prefix}-${spring.profiles.active}.${file-extension}
中配置以下部分:
spring:
cloud:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。