Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 758 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 758 Bytes

SpringBoot-Jpa-SuperMarket-Restful-Api

This Repository contains Restful Api CRUD operations using Spring Boot ,JPA and Hibernate. REST API are tested using POSTMAN.

Run Project : Download or clone -> Import project ->Run as Spring Boot Application

Using Spring Boot embedded Tomcat Server.

Database Name : springbootapi

APIs Developed for :

1.getItems             -----GET

2.getItems by ID       -----GET

3.addItems             -----POST

4.updateItems          -----PUT

5.updateItemByID       -----PUT

6.deleteAllItems       -----DELETE

7.patchUpdateById      -----PATCH

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

Author

  • Mukul Jaiswal -