How can i expose two spring boot apps(one is docker containered)in the same port
I have two separate spring web projects one is on my computer and other is in a docker container. What im trying to do is exposing both of them in 8080 port. Is there anyway that i can achieve this?