I have two spring boot applications where one of them is acting as an API Gateway (as discussed here Spring Example). The other which is wired into the first one is exposing
Zuul forwards to the /profiles contextPath.
Try setting this as configuration:
zuul: routes: profiles: path: /profiles/** url: http://localhost:8083/