spring-boot/spring-boot-samples/spring-boot-sample-actuator
Dave Syer 1e464da248 Refactor the Actuator MVC configuration to allow more customization
There is a new spring.factories entry for
org.springframework.boot.actuate.autoconfigure.EndpointWebMvcConfiguration
which loads extra beans into the MVC config for the Actuator.
If the management context is a child context all the beans go in the
child (except the Spring Security filter still). A big bonus is that
you can add WebConfigurerAdapters to configure static resources etc.
A new component called ManagementContextResolver can be used to
locate the ApplicationContext for the MVC endpoints.

Fixes gh-3345
2015-06-30 09:42:58 +01:00
..
src Refactor the Actuator MVC configuration to allow more customization 2015-06-30 09:42:58 +01:00
build.gradle Revert "Upgrade Gradle plugin’s ID so it’s suitable for the Plugin Portal" 2015-04-21 12:37:12 +01:00
pom.xml Move master to 1.3.0.BUILD-SNAPSHOT 2015-02-26 17:01:02 -08:00