spring-boot/spring-boot-samples/spring-boot-sample-actuator-ui
Dave Syer fa507005cd Use ServletWrappingController for jolokia instead of Servlet
We get more control over the handling and in particular the registration
of the endpoint this way. It was practically impossible to disable the
AgentServlet bean when in a parent context of the management server
because of lifecyce issues - you don't know that the user wants a
separate management server until too late.

This approach also makes it possible to test with spring-test MVC
support.
2013-12-20 19:49:48 +00:00
..
src Rename packages in samples 2013-12-18 20:05:33 -08:00
pom.xml Use ServletWrappingController for jolokia instead of Servlet 2013-12-20 19:49:48 +00:00