Add health check

This commit is contained in:
2026-03-20 00:02:33 +05:00
parent a2b6bb1ec6
commit 5fa7b099c8
2 changed files with 48 additions and 0 deletions

View File

@@ -86,6 +86,10 @@
<version>${record-builder.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit</artifactId>