You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far (Spring Boot 1.5.4-RELEASE) I were using the configuration key server.contextPath of application.properties to change the context path of a Spring Boot based web application, as follows:
server.contextPath=/mypath
Unfortunately, this has stopped working when upgrading to Spring Boot 2.0.0-M3.
Is this a bug or this feature has changed in Spring Boot 2?
avi613, davidmelia, Zuroslaw, Numbernick, pandrez and 41 more