A very object oriented implementation of a cash register system in java
This project is build using Maven, hence:
- To build:
mvn package
- To test:
mvn test
- To run: build then
java -cp target/JavaCashSystem-1.0.jar com.github.wmuth.JavaCashSystem.start.Main