I have been asked to combine two different Eclipse Java projects in Spring Boot so that they spit out results at the same address with different ports, eg:
localhost:19999/service/{yourRequest}
localhost:20000/service/{yourRequest}
Thus far I have been able to find zero documentation on it...probably because it's so much easier to just do it in two projects.
Anyone have any idea how to do this?