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 -
Method Summary
Modifier and TypeMethodDescriptionapplicationFactory(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)
-
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)
-