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
Post a Comment