Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
org.springframework.boot.autoconfigure.security |
Auto-configuration for Spring Security.
|
org.springframework.boot.autoconfigure.session |
Auto-configuration for Spring Session.
|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for for Spring MVC error handling.
|
org.springframework.boot.devtools.autoconfigure |
Auto-configuration for
spring-boot-devtools . |
Modifier and Type | Method and Description |
---|---|
protected void |
ManagementServerFactoryCustomizer.customize(T factory,
ManagementServerProperties managementServerProperties,
ServerProperties serverProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
StaticResourceRequest.StaticResourceRequestMatcher.initialized(ServerProperties serverProperties) |
protected boolean |
StaticResourceRequest.StaticResourceRequestMatcher.matches(HttpServletRequest request,
ServerProperties context) |
Constructor and Description |
---|
SessionProperties(org.springframework.beans.factory.ObjectProvider<ServerProperties> serverProperties) |
Modifier and Type | Method and Description |
---|---|
DefaultReactiveWebServerCustomizer |
ReactiveWebServerAutoConfiguration.defaultReactiveWebServerCustomizer(ServerProperties serverProperties) |
Constructor and Description |
---|
DefaultReactiveWebServerCustomizer(ServerProperties serverProperties) |
Modifier and Type | Method and Description |
---|---|
DefaultServletWebServerFactoryCustomizer |
ServletWebServerFactoryAutoConfiguration.serverPropertiesWebServerFactoryCustomizer(ServerProperties serverProperties) |
Constructor and Description |
---|
DefaultServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
DispatcherServletRegistrationConfiguration(ServerProperties serverProperties,
WebMvcProperties webMvcProperties,
org.springframework.beans.factory.ObjectProvider<MultipartConfigElement> multipartConfigProvider) |
Constructor and Description |
---|
ErrorMvcAutoConfiguration(ServerProperties serverProperties,
org.springframework.beans.factory.ObjectProvider<List<ErrorViewResolver>> errorViewResolversProvider) |
Constructor and Description |
---|
RemoteDevToolsAutoConfiguration(DevToolsProperties properties,
ServerProperties serverProperties) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.