spring cloud config git 远程仓库的坑
程序员文章站
2022-05-08 10:58:39
...
spring:
application:
name: config
profiles:
active: native
没错 就是这个native
这样的话 相当于config只读取本地的文件,默认地址为classpath:/config
目录
如果想使用远程
删除profiles或者配置为cloud即可