Class ServletEndpointManagementContextConfiguration

java.lang.Object
org.springframework.boot.servlet.autoconfigure.actuate.web.ServletEndpointManagementContextConfiguration

@ManagementContextConfiguration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) public class ServletEndpointManagementContextConfiguration extends Object
@ManagementContextConfiguration for servlet endpoints.
Since:
4.0.0
  • Constructor Details

    • ServletEndpointManagementContextConfiguration

      public ServletEndpointManagementContextConfiguration()
  • Method Details

    • servletExposeExcludePropertyEndpointFilter

      @Bean public org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter<org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint> servletExposeExcludePropertyEndpointFilter(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties properties)