IDEA显示Run Dashboard窗口

Posted 116970u

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA显示Run Dashboard窗口相关的知识,希望对你有一定的参考价值。

技术图片

接下来在workspace.xml RunDashBoard节点中添加如下内容:
<component name="RunDashboard"> 
在代码中加入

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

 

参考:https://www.cnblogs.com/wood-life/p/10297894.html

以上是关于IDEA显示Run Dashboard窗口的主要内容,如果未能解决你的问题,请参考以下文章

idea2021手动设置Run DashBoard窗口

idea 2018.1 创建springboot开启Run Dashboard

IDEA开启Run Dashboard窗口

idea在springboot项目中显示Run Dashboard

IDEA 如何开启Run DashBoard

IDEA 无法显示 Run Dashboard 的解决方法