hengboy / spring-cloud-chapter

Spring Cloud Enterprise Core Technology, Corresponding to the Special Subject Source of the Brief Book "Spring Cloud Core Technology"
14 stars 6 forks source link

SpringBoot2.x基础篇:灵活的使用外部化配置信息 - 程序员 - 恒宇少年 | SpringBoot | SpringCloud | Java - 个人博客 #198

Open hengboy opened 4 years ago

hengboy commented 4 years ago

https://blog.yuqiyu.com/spring-boot-basic-externalized-configuration.html

SpringBoot提供了内部配置application.yml文件的方式来进行全局配置,还支持使用profiles来激活不同环境下使用不同的配置文件,而这种方式毕竟是已经打包完成了,因此存在一定的局限性,像数据库特殊敏感配置也可能存在泄露的风险,如何解决这种问题呢?我们来看看本章要讲到的外部配置的方式吧!!!