The application can be built using the following command:
mvnw clean install
The application can then be started with the following command:
java -jar ./target/csv-handler-0.0.1-SNAPSHOT.jar
After starting the application, enter localhost:8080/swagger-ui/index.html in your browser to access the swagger doc.