开发者社区 > 云原生 > 正文

Nacos配置文件设置不起作用

Nacos Discovery

描述错误

在 bootstrap.properties中,我配置了 spring.profiles.active=test,dataId为application的数据成功读取,dataid为application-test未能读取到。检查源码发现在 NacosPropertySourceLocator.java 150行:

private void loadApplicationConfiguration( CompositePropertySource compositePropertySource, String dataIdPrefix, NacosConfigProperties properties, Environment environment) { String fileExtension = properties.getFileExtension(); String nacosGroup = properties.getGroup(); // load directly once by default loadNacosDataIfPresent(compositePropertySource, dataIdPrefix, nacosGroup, fileExtension, true); // load with suffix, which have a higher priority than the default loadNacosDataIfPresent(compositePropertySource, dataIdPrefix + DOT + fileExtension, nacosGroup, fileExtension, true); // Loaded with profile, which have a higher priority than the suffix for (String profile : environment.getActiveProfiles()) {

String dataId = dataIdPrefix + SEP1 + profile + DOT + fileExtension;//150 line loadNacosDataIfPresent(compositePropertySource, dataId, nacosGroup, fileExtension, true); } }

当遍历 profile时,仅加载dataid为 ${prefix}-${spring.profiles.active}.${file-extension} 未加载dataid为 ${prefix}-${spring.profiles.active} `

原提问者GitHub用户lutongzero

展开
收起
白夜行fighting 2023-06-11 10:01:00 131 0
1 条回答
写回答
取消 提交回答
  • 在dataId 后面加上 file-extension 解决此问题, application-test.properties

    原回答者GitHub用户yuhuangbin

    2023-06-11 11:14:17
    赞同 展开评论 打赏
问答分类:
问答地址:

阿里云拥有国内全面的云原生产品技术以及大规模的云原生应用实践,通过全面容器化、核心技术互联网化、应用 Serverless 化三大范式,助力制造业企业高效上云,实现系统稳定、应用敏捷智能。拥抱云原生,让创新无处不在。

相关电子书

更多
Nacos架构&原理 立即下载
workshop专场-微服务专场-开发者动手实践营-微服务-使用Nacos进行服务的动态发现和流量调度 立即下载
Nacos 启航,发布第一个版本, 云原生时代助力用户微服务平台建设 立即下载