Master Thesis - Implementation Project - Backend
Thesis Project of Jonas Blatt in WiSe 19/20 - SoSe20
This project contains all source files of the implementation, created for the master thesis.
Backend
Important dependencies
Verifier
Run Project
- Run in dev mode:
mvn compile quarkus:dev
- Build executable jar:
mvn clean install