欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

spring cloud config git 远程仓库的坑

程序员文章站 2022-05-08 10:58:39
...
spring:
    application:
          name: config
    profiles:
          active: native

没错 就是这个native
这样的话 相当于config只读取本地的文件,默认地址为classpath:/config目录

如果想使用远程
删除profiles或者配置为cloud即可