This is the Java 21 project template I use with Maven as the build tool. It has JUnit5 as the testing framework. and AssertJ to provide more powerful assertions.
- Install directly using Maven using
mvn clean install. - Run the included pom.xml with IDE of choice
Tests can be ran using mvn clean test