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

About

Spring Boot Rest API Demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages