Is there a way to run multiple Spring Boot applications with a single Running Configuration in IntelliJ IDEA?
You could create a Compound run type and add all your applications in it. That way you can just run that config and all your apps will start.