Skip to content

cppwfs/batchlauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Batch Job Launcher

This is a Spring Boot Web application that will launch the specified job based on the name entered in for the jobId parameter. There are currently 2 jobs supported in this sample release: Job1 and Job2.

Requirements:

  • Java 17 or Above

Build:

mvn clean package

Run:

java -jar target /batchlauncher-0.0.1-SNAPSHOT.jar

Launching Jobs:

Launch Job1

http://localhost:8080/launchbatch?jobId=job1

Launch Job2

http://localhost:8080/launchbatch?jobId=job2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages