Post payload :
{ "id": 1, "name": "Pavan", "age": 12, "email": "[email protected]" }
HTTP Operation End Points Purpose POST http://localhost:8080/student Save student GET http://localhost:8080/student/1 Fetch student using ID GET http://localhost:8080/student Fetch all students PUT http://localhost:8080/student/1 Update student using ID DELETE http://localhost:8080/student/1 Delete student using ID
Content type
Image
Digest
sha256:306e87103…
Size
257.7 MB
Last updated
almost 2 years ago
docker pull pavan0077/springboot-h2-db