This project uses Quarkus, the Supersonic Subatomic Java Framework.
You can run your application in dev mode that enables live coding using:
./mvnw quarkus:dev
In order to run webhooks service in a K8s cluster the following prerequisites must be met:
- Configmap with correct environment specific properties set:
RABBIT_HOST RABBIT_USERNAME
- Secrets map with correct environment specific property values:
RABBIT_PASSWORD