Home > Back-end >  IntelliJ IDEA 2022, how to set order of services in multiple Spring Boot microservices system?
IntelliJ IDEA 2022, how to set order of services in multiple Spring Boot microservices system?

Time:12-05

IntelliJ IDEA 2022, how to set order of services in multiple Spring Boot microservices system?

enter image description here

CodePudding user response:

You can set the order in which they are launch in Edit Configuration -> Modify options -> Add before launch task. You add a new configuration that launches all your services in the order you want

enter image description here

CodePudding user response:

Drag then drop order in what you want.

enter image description here

  • Related