idea左下方显示多个springboot的方法

Posted strandtrack

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea左下方显示多个springboot的方法相关的知识,希望对你有一定的参考价值。

只需要在

这里找到workspace

然后修改

<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左下方显示多个springboot的方法的主要内容,如果未能解决你的问题,请参考以下文章

idea左下方显示多个springboot的方法

185-在idea中创建springboot项目启动时出现java.lang.NoClassDefFoundError: ch/qos/logback/core/spi/LifeCycle错误(示例代

异常idea执行Main方法出现 Exception in thread "main" java.lang.NoClassDefFoundError: javax/servle(代

IDEA 打开Run Dashboard

基于springboot实现快递代取管理系统

springboot在idea的RunDashboard如何显示出来