cppwfs / boot2-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boot 2 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:

  • Boot2LoaderApplication - the Spring Boot Main Application

  • BatchTaskConfiguration - the configuration for the Spring Batch jobs

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

Build:

mvn clean package

Run:

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

About


Languages

Language:Java 100.0%