In this post, we will recommend a YouTube video course to learn Spring boot for free.
In this video, you will learn Spring boot in-depth and also learn Spring boot controller, service, and repository layer testing using JUnit and Mockito frameworks.
Spring Boot Tutorial | Full In-depth Course
Springboot is an open-source framework for creating Production-Ready Applications.
This Spring Boot Tutorial will teach how to get started with Spring Boot and Java and create Production-ready Applications.
GitHub Link:https://github.com/shabbirdwd53/Springboot-Tutorial
YouTube Video
📚Course Contents 📚
⌚ (00:00) Intro
⌚ (00:16) Course Intro
⌚ (02:20) What is Springboot?
⌚ (07:00) Dependency Injection
⌚ (09:36) Spring Initializr
⌚ (15:19) Springboot IDE's (Intellij IDEA, STS, VS Code...)
⌚ (19:44) Springboot Starters
⌚ (22:02) Creating Simple API
⌚ (31:01) Running Springboot App
⌚ (34:16) Springboot Devtools
⌚ (37:24) Architecture and Example
⌚ (40:30) Adding H2 and JPA Dependency
⌚ (44:13) Creating Springboot Components
⌚ (51:35) Saving Department Entity to DB
⌚ (58:26) Testing APIS's using REST Client
⌚ (01:01:46) GetMapping (Fetching data from DB)
⌚ (01:05:18) Fetching Data by ID
⌚ (01:09:29) Deleting data from DB
⌚ (01:13:13) Updating data to DB
⌚ (01:21:12) Fetching data by property name
⌚ (01:30:23) Hibernate Validation
⌚ (01:36:59) Adding Loggers in Springboot App
⌚ (01:40:39) Project Lombok (Removing Boilerplate code)
⌚ (01:46:05) Exception Handling in Springboot
⌚ (01:59:30) Changing H2 DB to MySQL
⌚ (02:05:11) Unit Testing
⌚ (02:08:43) Service Layer testing
⌚ (02:21:52) Repository Layer testing
⌚ (02:28:09) Controller Layer testing
⌚ (02:37:45) Adding Config in the properties file
⌚ (02:41:20) Adding application.yml file
⌚ (02:45:44) Springboot Profiles
⌚ (02:51:01) Running Springboot with multiple profiles
⌚ (02:55:18) Springboot Actuator
⌚ (03:01:22) Custom Actuator Endpoints
⌚ (03:08:17) Exclude Actuator Endpoints
References:
JPA Query Documentation: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods
IntelliJ Idea Community Edition: https://www.jetbrains.com/idea/download/#section=windows
Comments
Post a Comment