server.context-path=/myapp
Hi,
As mentioned in Spring Boot 2.0.0 M1 Release Notes, “server.context-path” is changed to the new property “server.servlet.context-path”. You may use a dispatch.yaml which allows you to override routing rules so that you will be able to send incoming requests to a specific service based on the path or host name in the request URL.