Files
spring-boot/spring-boot-samples
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
..
2013-10-08 21:17:39 -07:00
2013-10-08 20:30:45 -07:00
2013-11-25 17:12:56 -08:00
2013-11-29 07:39:24 +00:00
2013-11-02 15:49:36 +00:00
2013-08-05 22:36:22 -07:00

Spring Boot - Samples

We are currently still working on documentation for Spring Boot. Please check back in the future.