记一次 springboot 应用在 k8s 上多环境配置文件不生效问题

  1. 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

上一篇:04-RDBMS和非RDBMS的对比


下一篇:mysql数据库的安装、启动服务与登录