QuintusJoyal / HitnRun-FORK

Repository from Github https://github.comQuintusJoyal/HitnRun-FORKRepository from Github https://github.comQuintusJoyal/HitnRun-FORK

HitnRun

Run the program

on Linux

to prepare the database run

$ ./mvnw -q exec:java -Dexec.mainClass="com.HitnRun.utils.PrepareDatabase"

to run the program

$ ./mvnw -q compile exec:java -Dexec.mainClass="com.HitnRun.HitnRun"

on Windows

to prepare the database run

> mvnw.cmd -q exec:java -Dexec.mainClass="com.HitnRun.utils.PrepareDatabase"

to run the program

> mvnw.cmd -q compile exec:java -Dexec.mainClass="com.HitnRun.HitnRun"

Unit tests

on Linux

$ ./mvnw test-compile exec:java -Dexec.mainClass="com.HitnRun.utils.PrepareTestDatabase" -Dexec.classpathScope=test
$ ./mvnw clean test

on Windows

> mvnw.cmd test-compile exec:java -Dexec.mainClass="com.HitnRun.utils.PrepareTestDatabase" -Dexec.classpathScope=test
> mvnw.cmd clean test

About


Languages

Language:Java 100.0%