IDEA starts multiple microservices with one click

Original link: https://www.jylt.cc/#/detail?id=54933e9300c18c16064fde3a852790dd

background

When we are developing microservice projects, every time we open IDEA, we need to start each service one by one, which is inevitably a bit troublesome. Let’s talk about how to start multiple microservices with one click.

Steps

  1. Click Edit Configurations
    image.png
  2. Click "+" and select Compound
    image.png
  3. Add all the microservice modules you need to start with one clickimage.png
  4. In Figure 1, you can start multiple selected microservices with one click by selecting run all.

Guess you like

Origin blog.csdn.net/wuchenxiwalter/article/details/121174702