Spring Boot Tutorial 12: CRUD Operations in Service Layer with JPARepository

Published: 14 April 2021
on channel: PithorAcademy
598
12

Hi Dev,
CRUD stands for Create - Update - Read - Delete. CRUD operations are very common when we are working on the actual project.

In this video, we'll continue our journey of creating the application to manage videos. We'll create a layer for repositories and use JPARepository for the database operation. For managing the logic part we'll create a service layer and inject the repository there and use that for the crud operation.

In this video, we'll cover:
#Service #servicelayer #repository #jparepository #crud #crudoperation #create #update #read #delete #save #findAll #getById #deleteById #pithoracademy #springboot #tutorial

Source Code (Github): https://github.com/Pithoracademy/Utube

For Spring boot concepts visit:

What & Why Spring boot:    • What is Spring Boot and Why we use it?  
Dependency Injection & IOC Container:    • The Power of Dependency Injection and...  
Aspect-Oriented Programming (AOP):    • Aspect-Oriented Programming (AOP): Si...  
Generate Spring Project:    • Spring Boot Made Simple: Generating P...  
Project Architecture:    • Understanding What We're Developing a...  
Auto generated Code & pom.xml:    • Unpacking the Magic: Understanding Pr...  
RestController & Endpoint:    • Exploring @RestController: Creating R...  

Complete Courses:

Spring Boot Tutorials:    • Course Intro: Rest API with Spring bo...  
Rest API Concepts:    • Course Intro: What is Rest API or Res...