Basic integration of consul registration

This commit is contained in:
2026-02-15 02:09:30 +05:00
parent 8e68da72d0
commit 2301c8e6dc
10 changed files with 145 additions and 25 deletions

View File

@@ -49,6 +49,14 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-stork</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-service-registration-consul</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit</artifactId>