Java 17, Gradle, OpenCSV, Spring-jdbc-template
This application was created as part of a Java lesson of a test automation course from the QA.GURU school. It was necessary to modify it in such a way that it satisfied the conditions:
- To make it work with CSV files;
- To make it work with the database (PostgreSQL).
- Copy the repository
- Install PostgreSQL locally or in Docker.
- Execute the script to create the database (db_setup.sql)