This is a sample standalone Java batch-processing application. The batch job contains a single chunk-type step that reads a list of numbers by chunks and prints them to the console. The 2 batch ...
The purpose of this project is to load user data from csv file into MongoDB database. In this project, we will use ItemReader to read a file, ItemProcessor to process each record in a file and use ...