| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure |
Spring Boot's auto-configuration capabilities.
|
| org.springframework.boot.autoconfigure.cloud |
Auto-configuration for Spring Cloud 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 |
Auto-configuration for embedded servlet containers and Spring MVC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageSourceAutoConfiguration
Deprecated.
as of 1.5 in favor of
MessageSourceAutoConfiguration |
class |
PropertyPlaceholderAutoConfiguration
Deprecated.
as of 1.5 in favor of
PropertyPlaceholderAutoConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudAutoConfiguration
Auto-configuration for Spring Cloud. |
| 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 |
DispatcherServletAutoConfiguration
Auto-configuration for the Spring
DispatcherServlet. |
class |
EmbeddedServletContainerAutoConfiguration
Auto-configuration for an embedded servlet containers. |
class |
WebMvcAutoConfiguration
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.