Updating and Deleting
- @PutMapping: Used for updating existing resources.
- @DeleteMapping: Used for removing resources.
Consistent use of these methods makes your API RESTful.
Spring Boot 0 to Hero: The Complete Java Backend Masterclass
Consistent use of these methods makes your API RESTful.