Idea配置springboot多环境的切换的五种方案
Posted JAVA葵花宝典
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Idea配置springboot多环境的切换的五种方案相关的知识,希望对你有一定的参考价值。
来源
https://blog.csdn.net/liu911025/article/details/81489454
一.springBoot启动在Program arguments:输入指令--spring.profiles.active=dev
二. springBoot启动在Active Profiles:输入dev
三.springBoot启动在Environment variables: 输入spring.profiles.active=dev
四.maven启动Environment variables: 输入spring.profiles.active=dev
五.maven启动Skip tests下输入spring.profiles.active=dev
长按关注,更多精彩
以上是关于Idea配置springboot多环境的切换的五种方案的主要内容,如果未能解决你的问题,请参考以下文章