IntelliJ IDEA 2022, how to set order of services in multiple Spring Boot microservices system?
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
CodePudding user response:
Drag then drop order in what you want.