Project illustrates use of Abstract Factory Pattern. It's used to construct objects such that they can be decoupled from the implementing system.
This pattern advantage is that it hides implementation details from the client.
- Open your terminal and navigate to project directory
- Type
mvn clean install -DskipTests
- Run your project.
- Open your terminal and navigate to project directory
- Run command:
mvn clean package -DskipTests
- In target folder you can find the packaged jar.