【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。

通过修改idea的workspace.xml方式来快速打开Run DashBoard窗口

1.右击项目,选择Show in Explorer
【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。

2.进入当前选中文件夹,并进入.idea文件夹,打开workspace.xml
【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。

3.找到ServiceViewManager,添加如下代码:

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

3. 关闭并重启IDEA,选择 View–>ToolWindows–>Services 开启即可。
**注意:**如果是老一些的版本可以采用下面的方法:
workspace.xml 中插入代码的位置不是在ServiceViewManager而是RunDashboard
重启IDEA后,选择View–>ToolWindows–>Run Dashboard开启

如何解决services窗口为空

解决方案:
【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。
【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。
【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。
【IDEA】开启IDEA的Services(Dashboard)窗口,以及窗口为空解决方案,超详细教程。

上一篇:eclipse项目右键run as时,选项中没有Run On Server


下一篇:kibana安装