Skip to content

Example of execution same spring batch job via command line or REST Api

Notifications You must be signed in to change notification settings

jmformenti/spring-batch-rest-cli-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-batch-rest-cli-example

This is an example how you implement a Spring batch job once and execute it via command line or REST Api without any change in job source code.

modules

  • batch-core implements a simple Spring batch job, computePi, which calculates Pi number with more or less precision in function of count parameter. You could implement more jobs here.
  • batch-cli execute jobs via command line using Spring Boot.
  • batch-rest execute jobs via REST Api using spring-batch-rest and Spring Boot.

About

Example of execution same spring batch job via command line or REST Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages