- Open and run from the IDE, or
cd
into the project's root folder and run:mvn package
java -jar target\hw.jar
Used OpenJDK17, but should be fine with any Java > 1.8 (you may need to change 17 to lower in the pom.xml
's properties XML element).
Contains some Unit and Integration tests.