Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.53 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.53 KB

Demo Spring Batch

It's an example to Spring Batch Application
!warning! Look to the branches

Reference Documentation

Run Postgres by Docker

sudo docker run -p 5432:5432 -d \
    --name springbatch_postgres \
    -e POSTGRES_PASSWORD=postgres \
    -e POSTGRES_USER=postgres \
    -e POSTGRES_DB=test \
    -v pgdata:/var/lib/postgresql/data \
    postgres

Important links

Configuration H2 Console

Saved Settings: Generic H2 (Embedded)
Setting Name: Generic H2 (Embedded)

Driver Class: org.h2.Driver
JDBC URL: jdbc:h2:mem:testdb
User Name: sa
Password: <Empty>