Springboot的多环境配置
Posted 拯代码
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot的多环境配置相关的知识,希望对你有一定的参考价值。
语法结构:application-profile.properties/yml
profile:代表某个配置环境的标识
示例:
application-dev.properties/yml 开发环境
application-test.properties/yml 测试环境
application.prod.properties/yml 生产环境
Windows环境下启动
java -jar 项目名字 --spring.profiles.active={profile}
以上是关于Springboot的多环境配置的主要内容,如果未能解决你的问题,请参考以下文章