Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
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 |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.devtools.autoconfigure |
Auto-configuration for
spring-boot-devtools . |
Modifier and Type | Method and Description |
---|---|
ServerProperties |
ManagementServerPropertiesAutoConfiguration.serverProperties() |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.hal.DefaultCurieProvider |
EndpointWebMvcHypermediaManagementContextConfiguration.curieProvider(ServerProperties server,
ManagementServerProperties management,
DocsMvcEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
IgnoredRequestCustomizer |
SpringBootWebSecurityConfiguration.defaultIgnoredRequestsCustomizer(ServerProperties server,
SecurityProperties security,
org.springframework.beans.factory.ObjectProvider<ErrorController> errorController) |
Constructor and Description |
---|
SessionProperties(org.springframework.beans.factory.ObjectProvider<ServerProperties> serverProperties) |
Modifier and Type | Method and Description |
---|---|
ServerProperties |
ServerPropertiesAutoConfiguration.serverProperties() |
Constructor and Description |
---|
DispatcherServletRegistrationConfiguration(ServerProperties serverProperties,
WebMvcProperties webMvcProperties,
org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfigProvider) |
ErrorMvcAutoConfiguration(ServerProperties serverProperties,
org.springframework.beans.factory.ObjectProvider<List<ErrorViewResolver>> errorViewResolversProvider) |
Constructor and Description |
---|
RemoteDevToolsAutoConfiguration(DevToolsProperties properties,
ServerProperties serverProperties) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.