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

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

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)


eclipse
Java
Spring
Spring Boot
Hibernate