- Java 1.8 and up
- Maven
From the badge-service folder, run mvn install
From the badge-service folder, run java -jar target/badge-service-0.0.1-SNAPSHOT.jar
Add file, using event-report.csv format as an example, to src/main/resources. Then amend application.properties eventReport.path so it points to to the file.
Check the mapping in application.properties matches the headers in the CSV file. See event-report.csv for an example.