Added health endpoints
This commit is contained in:
parent
4c3ffa8f5f
commit
f8d526f923
|
@ -36,6 +36,7 @@ dependencies {
|
|||
implementation 'io.quarkus:quarkus-resteasy'
|
||||
implementation 'io.quarkus:quarkus-resteasy-jackson'
|
||||
implementation 'io.quarkus:quarkus-smallrye-openapi'
|
||||
implementation 'io.quarkus:quarkus-smallrye-health'
|
||||
|
||||
api project(":EpcQrCode")
|
||||
|
||||
|
|
|
@ -38,3 +38,5 @@ quarkus.smallrye-openapi.info-description=REST API to generate EPC QR codes (als
|
|||
quarkus.smallrye-openapi.info-contact-email=dev@codinux.net
|
||||
quarkus.smallrye-openapi.info-contact-name=codinux GmbH & Co. KG
|
||||
quarkus.smallrye-openapi.info-contact-url=https://codinux.net/
|
||||
|
||||
quarkus.smallrye-health.ui.always-include=true
|
Loading…
Reference in New Issue