前言:在基于spring boot构建spring cloud微服务架构的时候,一般需要启动多个应用程序,在idea开发工具中,多个同时启动的应用可以在Run Dashboard运行仪表盘中得到更好的管理,但操作中idea有时候不会显示,下面分享两种显示方式

方式一:springboot项目在多个启动配置之后,idea右下角会自动弹出Run Dashboard窗口

然后点击选择第一个显示即可

然后就会显示如下了... 【在Run Dashboard中我们可以看到当前所有的启动配置,直接点击就可以方便的启动和停止哦~】

方式二:在.idea下的workspace.xml文件中找到 <component name="RunDashboard">  标签,然后添加如下节点

  1. <option name="configurationTypes">
  2. <set>
  3. <option value="SpringBootApplicationConfigurationType" />
  4. </set>
  5. </option>

Ctrl+S保存一下就会自动弹出Run Dashboard窗口了

GitHub 加速计划 / da / dashboard
9
2
下载
General-purpose web UI for Kubernetes clusters
最近提交(Master分支:1 个月前 )
2f3f7b01 * feat(pod): add GPU resource allocation support and refactor request/limit functions * test(pod): add GPU allocation resource validation in unit tests 27 天前
1d1d9f43 * Add argument to Dashboard API to allow for a custom CA bundle * add tls bundle to auth * fix CA file usage with custom bundle path * override client config to after config exiss * fix whitespace * Review arguments documentation 1 个月前
Logo

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐