Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-batch-insrtion
- Owner: himash79
- Created: 2022-09-19T06:54:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T07:02:06.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:58.553Z (3 months ago)
- Topics: batch, batch-insert, hibernate, jpa, mysql, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 / eclipse05) 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