/batch

This example is dedicated to show a Batch Job sample based on Spring-boot

Primary LanguageJava

SpringBoot based Batch Job Example

1.Our Batch Job Scenario

Job

1.1. Step1 : CSV file to XML file

Step1

1.2. Step2 : XML file to DB

Step2

1.3. Step3 : DB to Json file

Step3

2. Job Management(Rest API)

Rest API

3. Your Implementation

3.1. Job Configuration Code

Code

3.2. Application.yml

YML