Simple REST API for FizzBuzz game.
- Run maven build from the repo root:
mvn clean package
- Execute the jar file from the
target
dir or run the project form the IDE
Step 1 must be executed before the start from the IDE, otherwise the BuildProperties
bean will be unavailable and the startup will fail.
The API description is available in the Swagger UI.