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: 7 months ago
JSON representation
Spring Boot with Spring Batch Example 1 (Load CSV to DB)
- Host: GitHub
- URL: https://github.com/techprimers/spring-batch-example-1
- Owner: TechPrimers
- Created: 2018-06-15T20:22:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T07:55:46.000Z (about 5 years ago)
- Last Synced: 2025-05-19T20:11:36.799Z (9 months ago)
- Topics: csv, spring-batch, spring-boot
- Language: Java
- Size: 53.7 KB
- Stars: 151
- Watchers: 5
- Forks: 231
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.