一直被调到外地工作,项目比较大,模块多,启动也多,习惯了在Services工具栏直接选中方便的启动及停止相关服务。最近被调回来,用公司电脑上的idea发现自己Services工具栏不见了,找了半天然后设置了就出来了,下面我将我的方法分享给大家:
.先从idea中左上方的工具栏去直接设置出来,发现并没有Services,(补充:有的话一般在第二个箭头位置,且快捷键为Alt+8)如图:
在这里插入图片描述
.既然项目不支持这个工具栏,那么我们就应该去设置它,以方便我们使用
1.找到自己.idea工作空间的workspace.xml文件
在这里插入图片描述
2.然后打开workspace.xml文件,搜索“RunDashboard”,如图:
在这里插入图片描述
3.找到后把这个代码添加如图所示位置,

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

在这里插入图片描述
*补充:如果搜不到“RunDashboard”,则需要添加:

<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>

最后以上步骤添加完成后,就关闭idea重启即可 idea右下角会出现Run Dashboard的弹窗, 打开选择第一个链接即可
在这里插入图片描述
补充:低版本为run dashboard 高版本为 run services。项目比较多时,启动也会自动弹出上面那个窗口,只是有时被忽略了,
还有一种简便方便方法,就是如图的run里面设置就行了
1.打开run,点击Edit Configurations…在这里插入图片描述在这里插入图片描述
2.继续如图点击
![在这里插入图片描述](https://img-blog.csdnimg.cn/20210330155735960.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9i
选择Spring boot即可
在这里插入图片描述
以上就我的一点做法,如果有错误,欢迎指正,非常感谢!

GitHub 加速计划 / da / dashboard
14.17 K
4.13 K
下载
General-purpose web UI for Kubernetes clusters
最近提交(Master分支:3 个月前 )
9a476333 Bumps [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) from 14.2.0 to 14.2.2. - [Release notes](https://github.com/thymikee/jest-preset-angular/releases) - [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/thymikee/jest-preset-angular/compare/v14.2.0...v14.2.2) --- updated-dependencies: - dependency-name: jest-preset-angular dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 3 个月前
11b7e82e Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.1 to 13.13.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.13.1...v13.13.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐