Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techprimers/spring-batch-example-1

Spring Boot with Spring Batch Example 1 (Load CSV to DB)
https://github.com/techprimers/spring-batch-example-1

csv spring-batch spring-boot

Last synced: 6 days ago
JSON representation

Spring Boot with Spring Batch Example 1 (Load CSV to DB)

Awesome Lists containing this project

README

        

# Spring Boot with Spring Batch Example 1
## Load CSV to DB
- `http://localhost:8081/load` - Trigger point for Spring Batch
- `http://localhost:8081/h2-console` - H2 Console for querying the in-memory tables.

## H2 Config
- `testdb` - Database.
- `sa` - User
- `password` - Password.