Class SpringBootAdminClientAutoConfiguration.ServletConfiguration

java.lang.Object
de.codecentric.boot.admin.client.config.SpringBootAdminClientAutoConfiguration.ServletConfiguration
Enclosing class:
SpringBootAdminClientAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) @AutoConfigureAfter(org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.class) public static class SpringBootAdminClientAutoConfiguration.ServletConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    applicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, jakarta.servlet.ServletContext servletContext, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint, org.springframework.beans.factory.ObjectProvider<List<MetadataContributor>> metadataContributors, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServletConfiguration

      public ServletConfiguration()
  • Method Details

    • applicationFactory

      @Bean @Lazy(false) @ConditionalOnMissingBean public ApplicationFactory applicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, jakarta.servlet.ServletContext servletContext, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint, org.springframework.beans.factory.ObjectProvider<List<MetadataContributor>> metadataContributors, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)