微服务读取不到config配置中心配置信息,Spring Boot无法找到PropertySource:找不到标签Could not locate PropertySource: label not

Posted IamStudyJava

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微服务读取不到config配置中心配置信息,Spring Boot无法找到PropertySource:找不到标签Could not locate PropertySource: label not 相关的知识,希望对你有一定的参考价值。

服务出现报这个错,

 

o.s.c.c.c.ConfigServicePropertySourceLocator - Could not locate PropertySource: label not found

  主要原因是git的uri配置出现问题了

cloud:
    config:
      label: master
      server:
        git:
#uri地址改成自己的的config的地址就http或者https地址就可以了.外网的话正常是要配ssh私钥的 uri: http://192.168.140.130:8081/itoken/itoken-config.git search-paths: respo username: clx password: 123456789

  

以上是关于微服务读取不到config配置中心配置信息,Spring Boot无法找到PropertySource:找不到标签Could not locate PropertySource: label not 的主要内容,如果未能解决你的问题,请参考以下文章

SpringCloud微服务(06):Config组件,实现配置统一管理

Spring Cloud构建微服务架构分布式配置中心

使用nacos配置中心后启动微服务连接不上nacos的问题

SpringCloud微服务应用-config配置中心(介绍搭建动态刷新测试)

SpringCloud微服务应用-config配置中心(介绍搭建动态刷新测试)

分布式配置中心原理解析!SpringCloud Config 实现分布式配置的整体解决方案