Spring Rest Service CRUD operations with JSON

CRUD stands for Create,Read,Update and Delete operation These are the most common operations that we perform in any application. Let’s do these operations using Spring Rest service. Requirement : Perform CRUD operations on USER object. We have User Domain object, we can insert User data, read the inserted data, Update some user information and finally […]

Share this article on