springboot中Profile多环境切换配置
springboot中Profile多环境切换配置
1、 假如项目中有application.properties,application-dev.properties,application-test.properties三个文件。
springboot默认读取的配置文件为application.properties,如果要使用application-dev.properties中的配置,则可在application.properties中添加spring.properties.active=dev即可。
原创
2020-11-02 16:42:36 ·
310 阅读 ·
0 评论