Skip to content

thecloudmentor/spring-batch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-batch training

Launching the process:

  1. mvn clean package (generates .zip file)
  2. unzip .zip (target/ folder)
  3. set input/output files into conf/fileProcessor.properties (there´s a sample input file into resources folder)
  4. At the unzip destination folder (contains .jar file) type: java -jar ${jarname}.jar ${xml.job.file.name} ${job.id} Sample: java -jar springbatch-1.0-SNAPSHOT.jar simpleJob.xml processFileJob

Folders

  • lib/: libraries that process depends
  • conf/: properties
  • sprinbatch-${version}.jar: process module

Links

Tutorial

About

Spring Batch training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%