Spring Boot Full Course 2026

Complete Spring 7 & Spring Boot 4 course from beginner to Advance using first thought principle.

Curated by: Coder Army (29 videos)


Currently Playing: Spring Boot CRUD Project with Soft Delete | Spring JPA custom Methods | Spring Boot Full Course #13

In this video, we continue building a proper Spring Boot CRUD application using MySQL and Spring Data JPA. Today, we add an important real-world feature: Soft Delete. Instead of permanently deleting a student record from the database, we will mark it as deleted using an `isDeleted` flag. This is a common approach used in production applications where we want to preserve old records instead of removing them completely. Along with soft delete, we will also understand JPA custom methods and how Spring Data JPA can automatically generate queries from method names. In this lecture, we will cover: * Why soft delete is used in real projects * Difference between hard delete and soft delete * Adding an `isDeleted` field in the entity * Updating delete logic without removing data from the database * Fetching only active/non-deleted records * Creating JPA custom finder methods * Understanding how method names like `findAllByIsDeletedFalse()` work * Testing APIs using Postman * Connecting CRUD operations with MySQL database properly By the end of this video, you will understand how to make your Spring Boot CRUD project more practical and production-like using soft delete and Spring Data JPA custom methods. JAVA Beginner to Advance Series : https://youtube.com/playlist?list=PLQEaRBV9gAFsR15tNo2QLF9d2qc-c018p&si=lNuF5lyt4nKz9Up7 Join System Design WhatsApp Group: https://www.whatsapp.com/channel/0029VbBF1XKF1YlMyYuPM23s Code and Notes: Github : https://github.com/adityatandon15/Spring-Framework-Full-Course We have paid courses on DSA, Web Development , Blockchain, System Design & GenAI. Join Courses: https://strikes.in/ Coder Army Website: https://coderarmy.in/#home Coder Army App: https://play.google.com/store/apps/details?id=com.rohit.negi Connect with Aditya Tandon Instagram : https://www.instagram.com/adityatandon2 LinkedIn : https://www.linkedin.com/in/adityatandon2 Twitter : https://x.com/adityatandon02 Timestamps:


Tracks in this Playlist