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)
- Host: GitHub
- URL: https://github.com/isaccanedo/spring-batch-example
- Owner: isaccanedo
- Created: 2022-02-03T19:04:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T12:49:52.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T15:31:20.738Z (11 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.