• Dave Syer's avatar
    Refactor the Actuator MVC configuration to allow more customization · 1e464da2
    Dave Syer authored
    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
    1e464da2
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...