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


Idea配置springboot多环境的切换的五种方案


三.springBoot启动在Environment variables: 输入spring.profiles.active=dev


Idea配置springboot多环境的切换的五种方案


四.maven启动Environment variables: 输入spring.profiles.active=dev


Idea配置springboot多环境的切换的五种方案


Idea配置springboot多环境的切换的五种方案


五.maven启动Skip tests下输入spring.profiles.active=dev


往期精彩回顾












长按关注,更多精彩

以上是关于Idea配置springboot多环境的切换的五种方案的主要内容,如果未能解决你的问题,请参考以下文章

springboot 多环境配置和切换

生产环境使用nginx做负载均衡配置的五种策略

Spring Boot - 多环境配置

补习系列-springboot 实现拦截的五种姿势

JDBC连接Mysql的五种方式

线程系列二线程的五种状态