パッケージ org.springframework.boot.actuate.autoconfigure.endpoint
@NullMarked パッケージ org.springframework.boot.actuate.autoconfigure.endpoint
アクチュエーターエンドポイント自動構成のコアクラス。
- クラスクラス説明
@Endpointサポート用のAuto-configuration。EndpointAccessResolverは、次のプロパティを使用してエンドポイントへの許可されたアクセスレベルを解決します:management.endpoint.<id>.accessまたはmanagement.endpoint.<id>.enabled(非推奨)、management.endpoints.access.defaultまたはmanagement.endpoints.enabled-by-default(非推奨)。結果のアクセスは、management.endpoints.access.max-permittedを使用して制限されます。