IDEA中调出Run Dashboard

在idea项目中打开.idea下的workspece.xml

IDEA中调出Run Dashboard

找到RunDashboard

IDEA中调出Run Dashboard

在component标签中添加

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

相关文章:

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