The IDE Intellij was used to build this application.
To use a different file, change fileName (in application.properties) and copy the new file to resources folder
Go on the project's root folder, then type:
$ mvn spring-boot:run
To run unit tests before running application, type:
$ mvn test spring-boot:run
Point web browser at http://localhost:8080