@Configuration @ConditionalOnWebApplication(type=SERVLET) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.class) public static class SpringBootAdminClientAutoConfiguration.ServletConfiguration extends Object
| Constructor and Description |
|---|
ServletConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFactory |
applicationFactory(InstanceProperties instance,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management,
org.springframework.boot.autoconfigure.web.ServerProperties server,
javax.servlet.ServletContext servletContext,
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints,
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint,
MetadataContributor metadataContributor,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) |
@Bean @ConditionalOnMissingBean public ApplicationFactory applicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, javax.servlet.ServletContext servletContext, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint, MetadataContributor metadataContributor, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
Copyright © 2019 codecentric AG. All rights reserved.