Skip to content

cppwfs/riverbatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

River Batch Sample

A Boot Batch applicaition that has a Batch job with 2 steps:

  1. First Step reads a sample file containing a pipe delimited file sing FlatFileItemReader and inserts the data into a relational table using JDBCWriter

  2. Second Step Reads data from the relational table with a chunk size of 5 and a custom writer that writes the max river height to the console for each chunk.

Build

mvn clean install

About

Sample boot batch app to read river data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published