Spring Batch Example – CSV File To MySQL Database
In this tutorial, we will show you how to configure a Spring Batch job to read data from a CSV file into a database. Tools and libraries used : Maven 3 Eclipse 4.2 JDK 1.6 Spring Core 3.2.2.RELEASE Spring Batch 2.2.0.RELEASE MySQL Java Driver 5.1.25 1. Java Project Create a Java Project with Maven $ …