一、在IDEA中中不到Run Dashboard控制台

    1.找到当前项目的所在位置

  IDEA中找不到 Run Dashboard处理方式

 

   2、打开当前的workspace.xml文件,找到<component name="RunDashboard"> 对应的节点,增加下面代码

   

1 <option name="configurationTypes">
2       <set>
3         <option value="SpringBootApplicationConfigurationType" />
4       </set>
5     </option>

  3、增加完代码最后如下图,重新起动idea就会看到 Run Dashboard

IDEA中找不到 Run Dashboard处理方式

 

 IDEA中找不到 Run Dashboard处理方式

 

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-11-19
  • 2021-09-10
  • 2021-10-19
  • 2021-12-13
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2021-07-29
  • 2021-11-11
  • 2022-12-23
  • 2021-11-19
  • 2021-12-16
相关资源
相似解决方案