当前位置:网站首页>IDEA Dashboard

IDEA Dashboard

2022-06-24 20:30:00 SugarPPig

stay .idea Under folder workspace.xml Add the following configuration to the

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

restart IDEA Post run

原网站

版权声明
本文为[SugarPPig]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202211327237434.html