使用 spring.profiles.active 及 @profile 注解 动态化配置内部及外部配置
https://blog.csdn.net/swordsnapliu/article/details/78540902引言:使用spring.profiles.active参数,搭配@Profile注解,可以实现不同环境下(开发、测试、生产)配置参数的切换一.根据springboot的配置文件命名约定,结合active可在不同环境引用不同的properties外部配置参考官方文档:根据文档描述,我