Skip to content

Y-AKBAS/Spring-Batch-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This application showcases how to create ItemReader,ItemProcessor,ItemWriter, Step and a Job etc. as well as how to run these jobs with a SimpleTaskAsyncExecutor.

We have a simple users table which has id,first_name,last_name,email,full_name columns. We have 10.000 user entities in our table and the full_name column is initially being set to null. The demo purpose of our application is to set this full_name column with the help of a job: See runner package.

About

A Demo For a Spring Batch Application which showcases how to create jobs and run them on demand.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages