Spring Batch With Spring Boot
Oct 31, 2020
In this post we develop a simple Spring Boot Batch application.
In this Story, I will create spring boot project with spring batch and we will read CSV file and will write this CSV File into Database.
We will use Item Reader to read the data from CSV file . Item Processor will use to process the data after reading from CSV file and finally we will be using Item Writer in order to write data into Database.
Watch Video Here :