打開springboot的run dashboard

 

從上圖能夠看出,這裏能夠同時顯示多個springboot項目java

默認狀況下,idea的run dashboard是關閉的,當檢測到你有多個springboot項目時會彈出提示框,詢問是否打開。spring

若是咱們想要本身打開,須要修改配置。springboot

在你的idea的項目目錄中,有一個.idea目錄:ide

 

其中,有一個workspace.xml,在其中搜索Rundashboardidea

 

 而後在Component中添加下面的內容:spa

<option name="configurationTypes">  
    <set>  
        <option value="SpringBootApplicationConfigurationType" />  
    </set>  
</option> 
相關文章
相關標籤/搜索