This is a checkout system that outputs a sum of the prices of the given products scanned in a till.
- Java JDK 11
Download and install Java JDK 11 from the Java official webpage.
Set JAVA_HOME environment variable to point to this installation.
In order to compile the project, you can use the provided Maven wrapper:
./mvnw -B compile
To test the project, just execute the provided Maven wrapper.
./mvnw -B test