https://blog.csdn.net/m18633778874/article/details/82687389

 

版权声明:本文为博主原创文章,未经博主允许不得转载。    https://blog.csdn.net/m18633778874/article/details/82687389
前言 
具体了解一下Run Dashboard 
一、设置前的使用方法 
二、使用Run Dashboard的好处 
三、如何配置自动启动Run Dashboard 
小结

前言
  小编最近在配置spring boot项目时,发现2018版本的idea项目启动中,会弹出一个窗口Run Dashboard,每次都要点击一下,才能正常使用,那么如何设置Run Dashboard自动使用呢? 


具体了解一下Run Dashboard
一、设置前的使用方法
  1.需要点击上图中的第一选项; 
  2.出来下面的窗口


二、使用Run Dashboard的好处
  使我们配置的项目可视化,一眼看到底,方便spring boot项目重新配置、Run、Debug,简化了我们的操作步骤。 

三、如何配置自动启动Run Dashboard
  1.找到.idea下面的workspace.xml文件 
  2.在下面的代码中加入一段配置代码 
  源代码位置

<component name="RunDashboard">
  <option name="ruleStates">
      <list>
        <RuleState>
          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
        </RuleState>
        <RuleState>
          <option name="name" value="StatusDashboardGroupingRule" />
        </RuleState>
      </list>
   </option>
    <option name="contentProportion" value="0.22874807" />
  </component>
 
  配置代码   加到原来的里面

<option name="configurationTypes">
      <set>
        <option value="SpringBootApplicationConfigurationType" />
      </set>
</option>
 
  3.大功告成,idea启动后Run Dashboard 在项目中自动启动。 

小结
  Run Dashboard 它的含义你猜到了吗?百度翻译的意思是“运行仪表盘”,关键是后面的这个字含义比较深刻,指的是能够清晰快速传达关键信息给用户,用户能够快速理解和吸收! 
--------------------- 
作者:冯浩月 
来源:CSDN 
原文:https://blog.csdn.net/m18633778874/article/details/82687389 
版权声明:本文为博主原创文章,转载请附上博文链接!

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

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

更多推荐