Skip to content

dimMaryanto93/springboot-jsr352-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Belajar jsr 352

Batch proccession based on JSR 352 dengan Spring Batch.

Arsitektur spring-batch:

arsitektur jsr 352

Flow spring-batch

  1. Job Launcher
  2. Job -> Job Instance -> Job execution
  3. Step
    • Item Reader
    • Item Proccessor
    • Item Writer

Setup / System Requirement

  • PostgreSQL
  • Maven
  • Docker (Optional)

Configuration

  • Database PostgreSQL
    • user: postgres
    • password: admin
    • url: jdbc:postgresql://localhost:5432/postgres
  • Database on Docker
docker-compose up -d

Flow step single processing

Sample excel to excel job

Flow step multiple processing item writer

Sample csv to Excel and JDBC

Releases

No releases published

Packages

No packages published

Languages