未分類 29 3 月 2020 spring 多环境配置管理最佳实践是什么? spring 多环境配置管理最佳实践是什么? 資深大佬 : zhuwd 27 遇到越来越复杂的项目,不同的环境、不同的分支都会有不同的配置文件,管理起来也越来越混乱,想请教各位前辈有没有比较好的管理思路 大佬有話說 (12) 資深大佬 : Smilencer maven profile 或者 spring profile,二选一 資深大佬 : Jafee 使用 spring profile 方便点吧,每个环境一个配置文件。 資深大佬 : Yuicon 配置中心 資深大佬 : saximoer 配置中心+10086根据 profile 区分即可 資深大佬 : sprit Apollo 資深大佬 : rockyou12 spring cloud config + profile 功能可以拯救你 資深大佬 : huskyui 后辈来一句 spring cloud config 資深大佬 : Aresxue 不超过十个 spring 自己够用, 超过十个上个配置中心好了, 比如 nacos 資深大佬 : chendy spring 自己的 profile + 配置中心 資深大佬 : xuanbg 最简单的解决方案就是 spring cloud config 資深大佬 : yiyi11 用配置中心,国产的 nacos,apollo,外国的 consul 。纯用做配置管理的话 apollo 最好,但是 nacos 和 consul 还有个好处是它们还是服务注册中心,所以看你的项目技术栈选择。 資深大佬 : sweetsorrow211 Apollo +1