1.點擊IDEA上面工具欄View-->Tool Windows-->Run Dashboard,如下圖:
2.如果Tool Windows的子選項里沒有找到Run Dashboard,可以在工程目錄下找.idea文件夾下的workspace.xml,增加如下組件,如圖:
代碼:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<component name= "RunDashboard" > <option name= "configurationTypes" > <set> <option value= "SpringBootApplicationConfigurationType" /> </set> </option> <option name= "ruleStates" > <list> <RuleState> <option name= "name" value= "ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name= "name" value= "StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> |
到此這篇關于顯示IntelliJ IDEA工具的Run Dashboard功能圖文詳解的文章就介紹到這了,更多相關IDEA工具Run Dashboard內容請搜索服務器之家以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持服務器之家!
原文鏈接:https://blog.csdn.net/qq_42419105/article/details/107200510