Skip to content

A Spring Batch Job will invoke the coursera api courses successively till all pages of courses are read and then it will be dump into json file.

Notifications You must be signed in to change notification settings

devgroves/courserabatchdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springbatchexamples

spring batch examples This project mainly consists of spring batch examples or tutorials

Spring batch tasklet to keep doing ad-hoc job for period of time.

Build:

Run mvn command to build the project.

sudo mvn clean install

To run:

Run spring batch job to run the jar file

java -jar target/springbatchexamples-1.0-SNAPSHOT.jar

After run, see the output file :

sudo nano ./output.json

About

A Spring Batch Job will invoke the coursera api courses successively till all pages of courses are read and then it will be dump into json file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages