1. 程式人生 > >IDEA 開啟SpringBoot專案的Run DashBoard

IDEA 開啟SpringBoot專案的Run DashBoard

IDEA 開啟如下圖的Run DashBoard面板:

Ctrl+N搜尋workspace.xml,然後在workspace.xml中ctrl+f搜尋<component name="RunDashboard">,在標籤中加入如下內容即可:

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