IDEA显示Run Dashboard窗口,Multiple Spring Boot run configurations were detected. Run Dashboard allows to

首先说明一下Run Dashboard是什么?

先看字面意思:

Run Dashboard : 运行指示板

 在idea中它的作用是:

IDEA 中 Dashboard界面化窗口使用,方便管理多应用

IDEA显示Run Dashboard窗口,Multiple Spring Boot run configurations were detected. Run Dashboard allows to_第1张图片

我看见网上大多是找Dashboard怎么显示。

这里也算做一个补充吧,别以后遇到了,其实我之所以查这个,并写着一篇博客,只是为了晓得它是干什么的 


补充:

如果新建的项目运行后不出现Run Dashboard,希望切换成Run Dashboard运行需要进行手动修改。

首先在项目目录下的.idea 文件夹下的workspace.xml中查找RunDashboard,结构如下:

 




然后将如下内容添加其中(component标签内):

 


保存后RunDashboard就会自动出现。

如果无法用不同端口启动多个服务,可以在点击如下Edit Configurations

IDEA显示Run Dashboard窗口,Multiple Spring Boot run configurations were detected. Run Dashboard allows to_第2张图片

 

勾选左上角Allow running in parallel

IDEA显示Run Dashboard窗口,Multiple Spring Boot run configurations were detected. Run Dashboard allows to_第3张图片


 

你可能感兴趣的:(#,Java异常处理)