Skip to content

tpriyanshu90/springboot-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot CRUD App

Spring Boot Rest CRUD API application shows the basic CRUD functionalities using Hibernate, JPA, and Spring Data JPA to interact with MySQL database.

Pre-requisites

  1. Set up MySQL database on your machine. You can follow this digitalOcean guide

  2. JDK 11 installation. Digital Ocean guide

How to begin?

  1. Clone the repo
  2. Open the repo in eclipse ocean Java EE IDE
  3. Update the username and password of your database in file: /cruddemo/src/main/resources/application.properties
  4. Paste and run the employee.sql file in MySQL workbench to setup the employee table
  5. Run the CruddemoApplication.java file as a Java Application
  6. Application will run on http://localhost:8080

Extras

  1. You can download Postman to access various routes

About

Spring Boot Rest CRUD API example using JPA, Spring Data JPA and Hibernate to interact with MySQL database.

Topics

Resources

Stars

Watchers

Forks

Languages