其他分享
首页 > 其他分享> > idea调出Service窗口(快速启动springboot项目)

idea调出Service窗口(快速启动springboot项目)

作者:互联网

方法1:

 方法2:

将下面代码粘贴到文件中,重启idea就可以看到最终结果。

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

如果没有,可以使用view菜单调出

 

 

最终结果:

 

 

 

 

标签:springboot,Service,最终,idea,调出,view
来源: https://blog.csdn.net/salty_oy/article/details/120413365