ieda显示services标签栏

ieda显示services标签栏

打开workspace.xml
在这里插入图片描述
搜索RunDashboard ,如果没有,加入以下代码

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

猜你喜欢

转载自blog.csdn.net/heroguo007/article/details/125662543