Skip to content

vijayprasath88/spring-boot-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Rest API

Get Request URL - http://localhost:8080/api/friends/

Post Request URL - http://localhost:8080/api/friends/ Give the below the Json data in the body and submit the post request,

{ "friendFirstName": "Manoj Kumar", "friendLastName": "Natarajan", "address": "Kansas city, Kansas" }

PUT Request URL - http://localhost:8080/api/friends/UUID

Give the UUID generated from the GET request URL JSON Response

DELETE Request URL - http://localhost:8080/api/friends/UUID

Give the UUID generated from the GET request URL JSON Response

Releases

No releases published

Packages

No packages published

Languages