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

https://github.com/isaccanedo/spring-batch-example

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

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Spring Boot com Spring Batch
## Carregar CSV no banco de dados
- `http://localhost:8081/load` - Trigger point for Spring Batch
- `http://localhost:8081/h2-console` - H2 Console for querying the in-memory tables.

## Configuração do H2
- `testdb` - Database.
- `sa` - User
- `password` - Password.