feat: update application.yml with new API root paths and add Micrometer and OpenTelemetry dependencies
Build & Test (NowChessSystems) TeamCity build finished
Build & Test (NowChessSystems) TeamCity build finished
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user