- JDK 21
- Docker
The easiest way to run the application is by using docker compose:
- Build the application
./gradlew shadowJar
- Run using
docker compose up
To use authentication a SAML IdP needs to be configured as well.
Swagger UI can be found after starting the application at path /swagger
.