Skip to content

tvajjala/spring-boot-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-batch

Running specific job on final artifact

$java -jar spring-boot-batch-1.0.jar --spring.batch.job.names=customerJob

Job names can be specified as comma separated list

$java -jar spring-boot-batch-1.0.jar --spring.batch.job.names=job1,job2

About

Spring boot batch application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages