Spring Cloud 微服务开发中,多服务启动非常麻烦,为了方便开发 ,开启该功能,非常方便。
图:
IDEA 开启run Dashboard
在workspace.xml文件中的 节点添加如下代码:

<option name="configurationTypes">
  <set>
    <option value="SpringBootApplicationConfigurationType" />
  </set>
</option>

IDEA 开启run Dashboard

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-06-12
  • 2021-12-05
  • 2021-12-23
猜你喜欢
  • 2021-11-19
  • 2021-12-13
  • 2022-12-23
  • 2021-09-09
  • 2021-12-04
  • 2022-01-09
相关资源
相似解决方案