美文网首页
SpringBoot 程序多环境配置文件

SpringBoot 程序多环境配置文件

作者: 刘杰克 | 来源:发表于2020-02-20 17:26 被阅读0次

通常SpringBoot 一般会有多个环境的配置文件

application.properties
application-test.properties
application-dev.properties
application-release.properties

可通过application.properties中的spring.profiles.active设置配置文件

# 激活开发环境所需配置文件
spring.profiles.active=dev

此时,SpringBoot程序的环境即为开发环境的配置

相关文章

网友评论

      本文标题:SpringBoot 程序多环境配置文件

      本文链接:https://www.haomeiwen.com/subject/naoxqhtx.html