For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely:
./mvnw clean install
mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)
docker build -t net.ssimmie.todos/application .
docker run -p 9090:9090 net.ssimmie.todos/application:latest