idea的使用----------Run Dashboard 窗口的打开
dashboard
General-purpose web UI for Kubernetes clusters
项目地址:https://gitcode.com/gh_mirrors/da/dashboard
免费下载资源
·
有时候idea中的RunDashboard窗口没有显示出来,也找不到直接的开启按钮,
下面就来介绍两种开启方法
方法一:
注意: 在父工程里面 搜索 RunDashboard 将下面的代码放到相应的位置
<option name="configurationTypes">
<set>
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>
最后保存即可,保存完成之后立即自动弹出Run Dashboard窗口了
方法二:
- 点击如图所示位置的下来三角按钮,然后选择Edit Configurations,或者点击菜单栏Run -----> Edit Configurations
- 在运行配置窗口,选择一条springboot的运行配置,然后点击上方的复制按钮进行复制副本
3. 创建完成之后,点击保存!
- 复制完成之后,点击OK确定按钮,然后在屏幕右下角可以看到一个弹框提示
- 点击弹框右下角的向下的小箭头,展开弹框详情信息,然后点击Show run configurations in Run Dashboard
- 如图所示,则立即可以看到Run Dashboard窗口已经成功显示出来了,在Run Dashboard中可以看到当前所有的启动配置,直接点击可以方便的启动和停止
GitHub 加速计划 / da / dashboard
14.17 K
4.13 K
下载
General-purpose web UI for Kubernetes clusters
最近提交(Master分支:2 个月前 )
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 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)