IDEA使用技巧
时间:2021-03-03 08:35:40
收藏:0
阅读:22
调试时,加载不同的配置启动多个实例
1.创建多个配置文件
2.设置Program arguments(启动参数) --spring.profiles.active=test
3.启动的时候key看到The following profiles are active: test
原文:https://www.cnblogs.com/wugang/p/14472164.html
评论(0)