- to build & run project you need to have installed only JDK 11+
- execute following commands from repository root:
- (optional)
./mvnw clean
./mvnw install
./mvnw spring-boot:run -pl application
- (optional)
Note: Presented commands are valid for Unix system, to execute this on Windows system replace ./mvnw
by mvnw.cmd
in each command.