Create a Spring Boot Batch application that reads CSV data and writes it to an H2 database.
- CSV file with structure: surname;lastname;email
- Sample data format: pippo;rossi;pippo.rossi@xxx.com
Create a Spring Boot Batch application that reads CSV data and writes it to an H2 database.