Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 289 Bytes

File metadata and controls

4 lines (4 loc) · 289 Bytes

Crud_API_Using_SpringBoot_With_MySQL

#Concept This project is just doing the basic crud operation on MySql database using the spring boot 3 tier architecture. Namely, API layer, Business or Service layer and the Repository layer with Entity class using the ORM(Hibernate) of SpringBoot.