- springboot 版本为 2.6.3 配置 spring.profiles.active = dev 时,dev 的配置文件本地运行正常,但是在 k8s 上 dev 的配置文件并未加载
解决方案: 在 dev 的配置文件上加上 spring.config.activate.on-profile = dev
原因 springboot 2.4 之后多环境配置上有调整
参考:https://zhuanlan.zhihu.com/p/363354421
2023-10-31 09:25:58
原因 springboot 2.4 之后多环境配置上有调整
参考:https://zhuanlan.zhihu.com/p/363354421