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

https://github.com/avijeetpandey/spring-rest

A simple application for demonstrating usage of spring boot
https://github.com/avijeetpandey/spring-rest

jpa mysql rest-api spring-boot

Last synced: about 2 months ago
JSON representation

A simple application for demonstrating usage of spring boot

Awesome Lists containing this project

README

          

## Rest Demo :tada: :rocket:
A simple repository to demonstrate the usage of spring boot with JAVA to create REST api's

This Repo demonstrates creating a REST api for Course website

This also adds CRUD operations as well as support for
- GET
- POST
- PUT
- DELETE