https://www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWFEB18CC3
Source Code :
https://github.com/dailycodework/spring-boot-crash-course
0:00:00 – Intro
0:05:42 – Create new spring boot project
0:13:19 – Exploring project directory
0:17:13 – Create the domain entity class
0:21:52 – Exploring the Lombok annotations
0:25:39 – Creating project packages and classes
0:39:06 – Working with the controller
0:44:23 – Working with the service layer
0:47:39 – Working with the repository layer
01:00:27 – Connecting to the database
01:06:27 – Working with the JPA Repository
01:14:39 – Saving data to the database
01:20:32 – The Hibernate ddl-auto overview
01:26:15 – Creating the service interface
01:36:17 – Implementing the crud operations
01:48:11 – Testing with Postman