Skip to content

tim-hat-die-hand-an-der-maus/api

Repository files navigation

api

Usage

./mvnw quarkus:dev -Dquarkus.args="run-api"

Generating a token

Prerequisite: have the private key at src/main/resources/privateKey.pem (yeah I know)

./mvnw quarkus:dev -Dquarkus.args="generate-token <service-name> <absolute-output-path>"