In the example is implemented an application that reads a collection of users from a repository and sends a greeting message to those who turn the years on the input date.
The application can run by launching the command mvn install
As an alternative to maven, the application can be run as a standard Java application through the class blog.valerioemanuele.main.Main
- Java 8 or higher
- JUnit 5 or higher
- Maven 3