https://github.com/manudasari265/exporting-csv-files-to-database
https://github.com/manudasari265/exporting-csv-files-to-database
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manudasari265/exporting-csv-files-to-database
- Owner: Manudasari265
- Created: 2023-09-29T03:03:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-29T06:39:39.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:13:15.478Z (4 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exporting-CSV-files-to-Database
# Spring Boot with Spring Batch
## 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.TECH STACK used:
* Java
* Spring
* Spring initializer
* Spring Boot with Spring Batch
* Hibernate
* H2 Database (in-memory DB)