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'
|
||||||
implementation 'io.quarkus:quarkus-resteasy-jackson'
|
implementation 'io.quarkus:quarkus-resteasy-jackson'
|
||||||
implementation 'io.quarkus:quarkus-smallrye-openapi'
|
implementation 'io.quarkus:quarkus-smallrye-openapi'
|
||||||
|
implementation 'io.quarkus:quarkus-smallrye-health'
|
||||||
|
|
||||||
api project(":EpcQrCode")
|
api project(":EpcQrCode")
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,6 @@ quarkus.smallrye-openapi.info-version=1.0.0
|
||||||
quarkus.smallrye-openapi.info-description=REST API to generate EPC QR codes (also marketed as GiroCode, scan2Code, ...)
|
quarkus.smallrye-openapi.info-description=REST API to generate EPC QR codes (also marketed as GiroCode, scan2Code, ...)
|
||||||
quarkus.smallrye-openapi.info-contact-email=dev@codinux.net
|
quarkus.smallrye-openapi.info-contact-email=dev@codinux.net
|
||||||
quarkus.smallrye-openapi.info-contact-name=codinux GmbH & Co. KG
|
quarkus.smallrye-openapi.info-contact-name=codinux GmbH & Co. KG
|
||||||
quarkus.smallrye-openapi.info-contact-url=https://codinux.net/
|
quarkus.smallrye-openapi.info-contact-url=https://codinux.net/
|
||||||
|
|
||||||
|
quarkus.smallrye-health.ui.always-include=true
|
Loading…
Reference in New Issue