java - Is there a way to run multiple Spring Boot applications with a single Running Configuration in IntelliJ IDEA? -


i have multiple spring boot applications in single intellij project. , want have single button run of them in order.

i know there option run configuration before launching original one, in way configurations can chained.

but when use it, runs configuration , doesn't run original one.

so i'm wondering if met issue , how resolved?

you create compound run type , add applications in it. way can run config , apps start.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -