eda displays the services tab bar

eda displays the services tab bar

Open workspace.xml
insert image description here
and search for RunDashboard, if not, add the following code

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

Guess you like

Origin blog.csdn.net/heroguo007/article/details/125662543