Skip to content

cppwfs/boot3-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boot 3 Batch Loader

Te purpose of this project is to provide a simple boot app loads the specified number of task executions paired with one batch job that contains one reader and writer load a database with the specified batch and task executions .

Requirements:

  • Java 8 or Above

Classes:

  • Boot3LoaderApplication - the Spring Boot Main Application

  • BatchTaskConfiguration - the configuration for the Spring Batch jobs

  • Boot3LoadProperties - the properties on how the database should be loaded

Build:

mvn clean package

Run:

java -jar target/boot3-loader-0.0.1-SNAPSHOT.jar --jobsToCreate=<your desired total tasks/jobs.  Defaults to 10.>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages