cppwfs / BatchContextSample

Simple app showing using batch contexts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Batch Job Task

This is a Spring Cloud Task application that executes a single Spring Batch Job.

Requirements:

  • Java 17 or Above

Classes:

  • BcsampleApplication - the Spring Boot Main Application

  • BcContextConfiguration - the configuration for the Spring Batch jobs

Build:

mvn clean package

Run:

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

About

Simple app showing using batch contexts.


Languages

Language:Java 100.0%