I have multiple spring boot applications in a single IntelliJ project. And i want to have a single button to run all of them in some order.
I know there is an option to Run Another configuration
before launching the original one, so in that way the configurations can be chained.
But when i use it, it runs that Another Configuration and doesn't run the original one.
So I'm wondering if anyone met this issue and how it was resolved?
Go to Run > Edit Configurations... then select the application. Click the Modify options drop-down, and turn on Allow multiple instances . Remember to click Apply then OK .
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With