首页 > 其他分享 >IDEA一键运行多个springboot微服务模块

IDEA一键运行多个springboot微服务模块

时间:2023-02-22 20:25:55浏览次数:50  
标签:Run springboot 一键 IDEA DashBoard 模块 面板

效果图

 

 

如果在idea工具底部看到Services        

 

那么点击可以看到 Run DashBoard面板,Spring Boot->Running 是启动的多个微服务模块

 

如果没有Services和Run DashBoard面板

 如果没有这个面板,可以通过在项目路径下的.idea/workspace.xml文件添加如下配置,然后重启IDEA

<option name="configurationTypes">
<set>
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>

 

然后就可以看到Run DashBoard面板了,这样就不需要一个一个启动微服务模块了。

 

 

原文更多详情请看这篇 https://www.likecs.com/show-205100054.html

 

标签:Run,springboot,一键,IDEA,DashBoard,模块,面板
From: https://www.cnblogs.com/pzw23/p/17145710.html

相关文章