IDEA使用技巧

调试时,加载不同的配置启动多个实例

1.创建多个配置文件

2.设置Program arguments(启动参数) --spring.profiles.active=test

3.启动的时候key看到The following profiles are active: test

原文地址:https://www.cnblogs.com/wugang/p/14472164.html