Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
org.springframework.boot.autoconfigure.cloud |
Auto-configuration for Spring Cloud Service Connectors.
|
org.springframework.boot.autoconfigure.context |
Auto-configuration for the Spring context.
|
org.springframework.boot.autoconfigure.jdbc |
Auto-configuration for JDBC.
|
org.springframework.boot.autoconfigure.jersey |
Auto-configuration for Jersey.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementContextAutoConfiguration
Auto-configuration for the management context. |
Modifier and Type | Class and Description |
---|---|
class |
CloudServiceConnectorsAutoConfiguration
Auto-configuration for Spring Cloud Service Connectors. |
Modifier and Type | Class and Description |
---|---|
class |
MessageSourceAutoConfiguration
|
class |
PropertyPlaceholderAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceTransactionManagerAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
JerseyAutoConfiguration
Auto-configuration for Jersey. |
Modifier and Type | Class and Description |
---|---|
class |
HttpHandlerAutoConfiguration
|
class |
ReactiveWebServerFactoryAutoConfiguration
Auto-configuration for a reactive web server. |
class |
WebFluxAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
DispatcherServletAutoConfiguration
Auto-configuration for the Spring
DispatcherServlet . |
class |
ServletWebServerFactoryAutoConfiguration
Auto-configuration for servlet web servers. |
class |
WebMvcAutoConfiguration
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.