1、找到workspace.xml

Intellij IDEA中启动多个微服务--开启Run Dashboard管理

 

 2.添加配置

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

  

Intellij IDEA中启动多个微服务--开启Run Dashboard管理

 

4,关掉IDEA重启,随便启动其中一个微服务就会看到service面板

Intellij IDEA中启动多个微服务--开启Run Dashboard管理

 

 

 

相关文章: