I have built a microservices architecture around many spring boot applications. I have 5+ applications. And I have to individually go to each application in eclipse and start them one after another in a specific order.
Is there any way in which I can do this all at once in eclipse? . One click and many java applications run post the successful startup of the previous in a desired order.