1、进入项目,找到 .idea/workspace.xml 文件 

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

 

 里面没有run Dashboard的组件,需要手动加上

    <component name="RunDashboard">
    <option name="configurationTypes">
      <set>
        <option value="SpringBootApplicationConfigurationType" />
      </set>
    </option>
    <option name="ruleStates">
      <list>
        <RuleState>
          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
        </RuleState>
        <RuleState>
          <option name="name" value="StatusDashboardGroupingRule" />
        </RuleState>
      </list>
    </option>
  </component>

然后重启就可以了,老版的会有一个新的按钮,新版的会放在services里面

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

 

 注:但是我想让全部的项目都有,还没有解决,下的最新版的idea,也没有在view里面找到。

相关文章:

  • 2021-09-05
  • 2021-07-31
  • 2021-08-27
  • 2021-04-22
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2021-11-24
  • 2021-11-24
  • 2022-01-07
相关资源
相似解决方案