Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/spring-boot-batch-insrtion

Build restful webservices and insert wide records to database at minimum time.
https://github.com/himash79/spring-boot-batch-insrtion

batch batch-insert hibernate jpa mysql restful-api spring-boot

Last synced: 16 days ago
JSON representation

Build restful webservices and insert wide records to database at minimum time.

Awesome Lists containing this project

README

        

# Spring-boot-Batch-Insrtion
Build restful webservices and insert wide records to database at minimum time.

## Requirements

01) Java 1.8
02) Maven 3.8
03) MYSQL 8.0

## Project setup

01) Clone the project

git clone https://github.com/himash79/Spring-boot-Batch-Insrtion.git

02) Create MYSQL Database

03) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

04) Open project using intelij / eclipse

05) Set up database configurations in application.properties file

spring.datasource.url = Develper database URL
spring.datasource.username = Developer database username
spring.datasource.password = Developer database password

06) Expose Rest APIs