spring-boot/spring-boot-samples/spring-boot-sample-actuator-ui
Dave Syer bcae284dd9 Add a shim Endpoint if management context is child
When management endpoints are on a different port the HandlerMappings
are restricted to a single EndpointHandlerMapping, so the error
controller (which is a normal @Controller with @RequestMappings) does
not get mapped.

Fixed by addinga shim Endpoint on "/error" that delegates to the
ErrorController (which interface picks up an extra method).
2013-12-05 09:56:00 +00:00
..
src Add a shim Endpoint if management context is child 2013-12-05 09:56:00 +00:00
pom.xml Rework POMs to support automated CI release 2013-09-05 22:05:29 -07:00