CRUD Operations in Spring REST

In this chapter, we will go through basic Create, Read, Update, and Delete (CRUD) APIs in Spring 5 Reactive REST. After this chapter, you will be able to do a simple CRUD operations in Spring 5 with Reactor support.

In this chapter, we will cover the following methods:

  • Mapping CRUD operations to HTTP methods
  • Creating a user
  • Updating a user
  • Deleting a user
  • Reading (selecting) a user