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
When explicitly setting management.context-path=/ (the default value) in application.properties, all management controllers are mapped with an extra slash.
Using Spring Boot 1.2.5
Example: 2015-07-19 14:27:58.202 INFO 559 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[//info],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()