August 31, 2022 |115.6K Views

    Spring Boot - CRUD Operations

      Share  3 Likes
    Description
    Discussion

    In this video, we will be discussing the CRUD operations in Spring boot but before that let us understand what are CRUD operations

    CRUD operations:
    CRUD stands for Create, Read/Retrieve, Update and Delete. Below are the basic CRUD operations:

    • POST: Creates a new resource
    • GET: Reads/Retrieve a resource
    • PUT: Updates an existing resource
    • DELETE: Deletes a resource

    What is Spring boot?
    Spring boot contains all the features of spring. It has an interface by the name CRUD repository which stores all the methods for CRUD operations. It is defined in the package org.springframework.data.repository and extends the Spring Data Repository interface.

    Watch the entire video to understand how to implement this.

    Spring Boot – CRUD Operations
    https://www.geeksforgeeks.org/spring-boot-crud-operations/