如何激活IDEA的“运行仪表板”功能

时间:2018-03-22 08:56:04

标签: java intellij-idea

我在项目A中有一个名为“运行仪表板”的窗口工具,但是我无法在项目B中激活此窗口。有谁知道如何解决这个问题?此功能出现在IntelliJ IDEA版本2017.3中。

这就是我在项目A中看到的: long menu of run-related buttons with "Run Dashboard" button at end

这是我在项目B中看到的: menu of run-related buttons similar to the one in Project A, but without the "Run Dashboard" button

此选项存在但在项目B中无法激活: screenshot of search for "Run Dashboard" feature showing it grayed out

但它可以在项目A中激活: screenshot of search for "Run Dashboard" feature showing it selectable

6 个答案:

答案 0 :(得分:34)

将运行配置添加到默认值下的Edit Run/Debug Configurations dialog中的运行信息中心中可用的配置列表中(模板 current IDE versions)节点:

dashboard

在Spring Boot项目中,如果您有多个此类型的运行/调试配置,则会自动启用运行仪表板。

答案 1 :(得分:4)

@CrazyCoder是对的,你需要有一个以上的“Spring启动运行/调试配置”。尝试复制已有的那个,IntelliJ将自动提示您运行仪表板。

答案 2 :(得分:1)

我使用Idea 2019.3,这就是我设法激活它的方式。

  1. 打开服务工具窗口(我的快捷方式是ALT + 8)
  2. 如果Idea无法自动识别它,请添加您的Spring引导应用程序。

Services window shortcut for faster opening

Services Window

答案 3 :(得分:1)

我使用IntelliJ IDEA ULTIMATE 2019.1版本。

激活功能的步骤:运行->编辑配置...->模板->添加“ Spring Boot

enter image description here

答案 4 :(得分:0)

我的项目是Spring Cloud项目。因此,我使用以下流程添加了Spring Boot。
编辑配置 n enter image description here 选择默认> 运行仪表板中可用的配置>添加 Spring Boot > 应用> 确定 > enter image description here 然后,我们可以在左侧看到 Run Dashboard 视图。 enter image description here

答案 5 :(得分:0)

在Intellij 2020 中,现在仪表板的名称为 Services (请参见下面的屏幕截图),默认情况下,视图是这样的 enter image description here

返回 spring-dashboard初始版本的旧视图。

右键单击服务->启用“ 显示服务树

enter image description here

enter image description here