打开springboot项目中的.idea:

IDEA中SpringBoot项目没有Run Dashboard

 

 找到此节点:

IDEA中SpringBoot项目没有Run Dashboard

 

 在此节点下加入如下代码:

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

IDEA中SpringBoot项目没有Run Dashboard

 

重启IDEA即可

IDEA中SpringBoot项目没有Run Dashboard

 

相关文章:

  • 2021-09-26
  • 2021-11-11
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-11-07
猜你喜欢
  • 2021-06-27
  • 2022-12-23
  • 2021-04-22
  • 2021-06-07
  • 2021-11-18
相关资源
相似解决方案