| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.autoconfigure.endpoint.web | アクチュエーターの Web エンドポイントの自動構成。 |
| org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive | WebFlux を使用してアクチュエーター Web エンドポイントを公開するための自動構成。 |
| org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet | Spring MVC を使用してアクチュエーター Web エンドポイントを公開するための自動構成。 |
| org.springframework.boot.actuate.autoconfigure.security.servlet | Spring MVC を使用したアクチュエーターセキュリティの自動構成。 |
| org.springframework.boot.actuate.autoconfigure.web.jersey | Jersey ベースの管理コンテキストの構成。 |
| org.springframework.boot.actuate.autoconfigure.web.reactive | WebFlux ベースの管理コンテキストの構成。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | ServletEndpointManagementContextConfiguration サーブレットエンドポイントの ManagementContextConfiguration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | WebFluxEndpointManagementContextConfigurationManagementContextConfiguration は、リアクティブ Endpoint の問題に対応します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | WebMvcEndpointManagementContextConfigurationSpring MVC の ManagementContextConfiguration Endpoint に関します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | SecurityRequestMatchersManagementContextConfiguration |
| 修飾子と型 | クラスと説明 |
|---|---|
class | JerseyChildManagementContextConfiguration 別のポートで実行されている Web サーバーで別の管理コンテキストが必要な場合の Jersey インフラストラクチャ用の ManagementContextConfiguration。 |
class | JerseySameManagementContextConfiguration 管理コンテキストがメインアプリケーションコンテキストと同じ場合の Jersey インフラストラクチャの ManagementContextConfiguration。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | ReactiveManagementChildContextConfiguration 異なるポートで実行されている Web サーバーとの個別の管理コンテキストが必要な場合の、リアクティブ Web インフラストラクチャ用の ManagementContextConfiguration。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.