feat: update application.yml with new API root paths and add Micrometer and OpenTelemetry dependencies
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-05-13 00:02:53 +02:00
parent a298417b9e
commit 72ce262bc4
8 changed files with 43 additions and 12 deletions
@@ -57,6 +57,8 @@ nowchess:
"%deployed":
quarkus:
http:
root-path: /api/account
log:
console:
json: true
@@ -74,6 +74,8 @@ nowchess:
"%deployed":
quarkus:
http:
root-path: /api
log:
console:
json: true
+3
View File
@@ -68,6 +68,9 @@ dependencies {
implementation("io.quarkus:quarkus-grpc")
implementation("io.quarkus:quarkus-smallrye-health")
implementation("io.quarkus:quarkus-smallrye-openapi")
implementation("io.quarkus:quarkus-micrometer")
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
implementation("io.quarkus:quarkus-opentelemetry")
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
+2
View File
@@ -66,6 +66,8 @@ dependencies {
implementation("io.quarkus:quarkus-smallrye-jwt")
implementation("io.quarkus:quarkus-smallrye-health")
implementation("io.quarkus:quarkus-micrometer")
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
implementation("io.quarkus:quarkus-opentelemetry")
implementation("io.quarkus:quarkus-arc")
implementation("com.fasterxml.jackson.module:jackson-module-scala_3:${versions["JACKSON_SCALA"]!!}")
@@ -30,6 +30,8 @@ nowchess:
"%deployed":
quarkus:
http:
root-path: /api/store
log:
console:
json: true
@@ -29,6 +29,8 @@ nowchess:
"%deployed":
quarkus:
http:
root-path: /ws
log:
console:
json: true