Skip to content

alaajamal-git/spring-restful-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

microservices-springbootcloud

RESTful web sevice with three mapping methods get,post,put,delete.

GET: http://localhost:8080/users/${userID} http://localhost:8080/users?page=10&limits=11

POST: http://localhost:8080/users body: <first_name>Ziad</first_name> <last_name>Jamal</last_name> alaajamal470@gmail.com 10

PUT: http://localhost:8080/users/${userID} body: { "first_name": "Walaa", "last_name": "Jamal" }

DELETE: http://localhost:8080/users/${userID}

We can use postman app to send and test this methods

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages