Skip to content

fabianogoes/poc-spring-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages