| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.autoconfigure.web.server | アクチュエーター Web サーバーのサポート。 |
| org.springframework.boot.autoconfigure.cloud | Spring Cloud サービスコネクターの自動構成。 |
| org.springframework.boot.autoconfigure.context | Spring コンテキストの自動構成。 |
| org.springframework.boot.autoconfigure.jdbc | JDBC の自動構成。 |
| org.springframework.boot.autoconfigure.jersey | Jersey の自動構成。 |
| org.springframework.boot.autoconfigure.web.reactive | リアクティブ Web サーバーおよび Spring WebFlux の自動構成。 |
| org.springframework.boot.autoconfigure.web.servlet | サーブレット Web サーバーと Spring MVC の自動構成。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | ManagementContextAutoConfiguration 管理コンテキストの Auto-configuration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | CloudServiceConnectorsAutoConfigurationSpring Cloud サービスコネクター用の Auto-configuration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | MessageSourceAutoConfigurationMessageSource の場合は Auto-configuration。 |
class | PropertyPlaceholderAutoConfigurationPropertySourcesPlaceholderConfigurer の場合は Auto-configuration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DataSourceTransactionManagerAutoConfigurationDataSourceTransactionManager の場合は Auto-configuration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | JerseyAutoConfigurationJersey 用の Auto-configuration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | HttpHandlerAutoConfigurationHttpHandler の場合は Auto-configuration。 |
class | ReactiveWebServerFactoryAutoConfiguration リアクティブ Web サーバー用の Auto-configuration。 |
class | WebFluxAutoConfigurationWebFlux の場合は Auto-configuration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DispatcherServletAutoConfigurationSpring DispatcherServlet の Auto-configuration。 |
class | ServletWebServerFactoryAutoConfiguration サーブレット Web サーバーの Auto-configuration。 |
class | WebMvcAutoConfigurationWeb MVC の場合は Auto-configuration。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.