12.2. Red Hat OpenShift Container Platform での Spring Boot アプリケーションのヘルスチェック拡張機能の追加
Red Hat OpenShift Container Platform の Spring Boot をベースとする Red Hat build of Kogito マイクロサービスのヘルスチェック拡張機能を追加できます。
手順
コマンドターミナルで、プロジェクトの pom.xml
ファイルに移動し、以下の Spring Boot アクチュエーターの依存関係を追加します。
Red Hat OpenShift Container Platform における Spring Boot アプリケーションの Spring Boot のアクチュエーター依存関係
<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> </dependencies>