Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
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.r2dbc |
Auto-Configuration for R2DBC.
|
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 |
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 |
R2dbcTransactionManagerAutoConfiguration
|
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
|