Answer the question
In order to leave comments, you need to log in
What is the easiest way to raise multiple local application instances for debugging/testing?
Good afternoon ! I am developing a REST service. Stack: SpringBoot, Gradle. For debugging / testing purposes, I want to have several application instances locally raised on different ports and with different settings. Is it easier to do it with help? Thank you !
Answer the question
In order to leave comments, you need to log in
application-p1.properties
, application-p2.properties
, ..., application-pN.properties
, with the necessary settingsjava -jar ZZZ.jar --spring.profiles.active=pX
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question