Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/techprimers/spring-batch-example-1
- Owner: TechPrimers
- Created: 2018-06-15T20:22:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T07:55:46.000Z (almost 4 years ago)
- Last Synced: 2023-11-07T18:25:01.922Z (about 1 year ago)
- Topics: csv, spring-batch, spring-boot
- Language: Java
- Size: 53.7 KB
- Stars: 138
- Watchers: 6
- Forks: 227
- 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.