IDEA running springcloud project can't find RunDashboard window solution

Find RunDashboard in workspace.xml under .deal of the project, if not, copy the following content into it

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

Just restart

Guess you like

Origin blog.csdn.net/www1056481167/article/details/113611486