filmov
tv
Spring Boot Full Course | Learn Spring Boot in 10 Hours
Показать описание
Welcome to Spring Boot Tutorial full In-depth course for beginners as well as professionals.
Spring boot is a very popular Java framework for building restful web services and microservices.
Nowadays Spring Boot has more demand in the market so as a Java developer you should have to learn spring boot.
in this course, I will explain to you everything that you need to get started with spring boot and also we will develop small projects.
------------ What you'll learn? ---------------------
- Learn Spring boot fundamentals and key features
- Learn Important Spring annotations
- Learn Building REST APIs using Spring Boot
- Learn how to build CRUD REST APIs - Employee Management System Project
- Thymeleaf Crash Course
- Learn how to build CRUD web application - Student Management System Project
- Learn Spring boot interview important concepts with examples
📚Course Contents 📚
⌚ [0:00:00] - Course Intro
⌚ [0:00:06] - What is Spring Boot?
⌚ [00:06:03] - Spring Boot Key Features
⌚ [00:18:11] - Different ways to create a Spring boot project
⌚ [00:22:46] - Create Spring boot App using Spring initializer
⌚ [00:33:13] - Spring Boot Auto Configuration - Theory
⌚ [00:41:14] - Spring Boot Auto Configuration - Practical
⌚ [00:55:10] - Spring Boot App Execution Process - Theory
⌚ [01:02:13] - Spring Boot App Execution Process - Practical
⌚ [01:09:58] -Types of Spring Boot Applications - Let's Debug and Understand
⌚ [01:22:29] - @SpringBootApplication annotation
⌚ [01:36:00] - Spring Boot Starters - Very Important Feature
⌚ [01:46:48] - Spring Boot Starter Parent
⌚ [01:52:39] - Create Spring Boot Application in STS
⌚ [02:07:55] - Create Simple Hello World REST API
⌚ [02:15:52] - Create REST API which Returns Java Bean as JSON
⌚ [02:25:02] - Create REST API returns List as JSON Array
⌚ [02:30:04] - Spring Boot REST API with Path Variable - @PathVariable
⌚ [02:40:56] - Spring Boot REST API with Request Param - @RequestParam
⌚ [02:50:56] - Embedded Servers - Tomcat, Jetty, and Undertow
⌚ [03:04:05] - Running Spring Boot Apps from the Command Line
⌚ [03:12:31] - Deploy Step-by-Step Spring Boot WAR File to External Tomcat Server
⌚ [03:24:59] - Spring Boot dev tools
⌚ [03:33:11] - Install Lombok in STS
⌚ [03:44:09] - Spring Boot CRUD REST APIs
⌚ [03:50:52] - Spring Boot Application Architecture
⌚ [03:54:26] - Spring Boot Application in STS
⌚ [04:02:49] - Create Packaging Structure
⌚ [04:04:15] - Configure MySQL Database
⌚ [04:13:00] - Create JPA Entity and JPA Repository
⌚ [04:21:52] - Create Custom Exception
⌚ [04:26:06] - Build Create Employee REST API
⌚ [04:39:29] - Build Get All Employees REST API
⌚ [04:44:59] - Build Get Employee By Id REST API
⌚ [04:57:17] - Build Update Employee REST API
⌚ [05:09:59] - Build Delete Employee REST API
⌚ [05:18:19] - Thymeleaf Crash Course
⌚ [06:07:45] - Spring Boot Thymeleaf CRUD Web App
⌚ [06:10:34] - Spring MVC Project Architecture
⌚ [06:12:32] - Spring Boot Project and Configure MySQL
⌚ [06:22:55] - Create Student JPA Entity and Repository
⌚ [06:32:50] - Implement List Students Feature
⌚ [06:55:24] - Implement Add Student Feature
⌚ [07:15:43] - Implement Update Student Feature
⌚ [07:29:10] - Implement Delete Student Feature
⌚ [07:33:56] - Spring Boot Q&A - Important Spring Boot Concepts
for Interviews
RECOMMENDED COURSES
---------------------------------------------------------------------------------------------------------
My Top 10+Udemy Courses (Bestseller Courses):
Spring boot is a very popular Java framework for building restful web services and microservices.
Nowadays Spring Boot has more demand in the market so as a Java developer you should have to learn spring boot.
in this course, I will explain to you everything that you need to get started with spring boot and also we will develop small projects.
------------ What you'll learn? ---------------------
- Learn Spring boot fundamentals and key features
- Learn Important Spring annotations
- Learn Building REST APIs using Spring Boot
- Learn how to build CRUD REST APIs - Employee Management System Project
- Thymeleaf Crash Course
- Learn how to build CRUD web application - Student Management System Project
- Learn Spring boot interview important concepts with examples
📚Course Contents 📚
⌚ [0:00:00] - Course Intro
⌚ [0:00:06] - What is Spring Boot?
⌚ [00:06:03] - Spring Boot Key Features
⌚ [00:18:11] - Different ways to create a Spring boot project
⌚ [00:22:46] - Create Spring boot App using Spring initializer
⌚ [00:33:13] - Spring Boot Auto Configuration - Theory
⌚ [00:41:14] - Spring Boot Auto Configuration - Practical
⌚ [00:55:10] - Spring Boot App Execution Process - Theory
⌚ [01:02:13] - Spring Boot App Execution Process - Practical
⌚ [01:09:58] -Types of Spring Boot Applications - Let's Debug and Understand
⌚ [01:22:29] - @SpringBootApplication annotation
⌚ [01:36:00] - Spring Boot Starters - Very Important Feature
⌚ [01:46:48] - Spring Boot Starter Parent
⌚ [01:52:39] - Create Spring Boot Application in STS
⌚ [02:07:55] - Create Simple Hello World REST API
⌚ [02:15:52] - Create REST API which Returns Java Bean as JSON
⌚ [02:25:02] - Create REST API returns List as JSON Array
⌚ [02:30:04] - Spring Boot REST API with Path Variable - @PathVariable
⌚ [02:40:56] - Spring Boot REST API with Request Param - @RequestParam
⌚ [02:50:56] - Embedded Servers - Tomcat, Jetty, and Undertow
⌚ [03:04:05] - Running Spring Boot Apps from the Command Line
⌚ [03:12:31] - Deploy Step-by-Step Spring Boot WAR File to External Tomcat Server
⌚ [03:24:59] - Spring Boot dev tools
⌚ [03:33:11] - Install Lombok in STS
⌚ [03:44:09] - Spring Boot CRUD REST APIs
⌚ [03:50:52] - Spring Boot Application Architecture
⌚ [03:54:26] - Spring Boot Application in STS
⌚ [04:02:49] - Create Packaging Structure
⌚ [04:04:15] - Configure MySQL Database
⌚ [04:13:00] - Create JPA Entity and JPA Repository
⌚ [04:21:52] - Create Custom Exception
⌚ [04:26:06] - Build Create Employee REST API
⌚ [04:39:29] - Build Get All Employees REST API
⌚ [04:44:59] - Build Get Employee By Id REST API
⌚ [04:57:17] - Build Update Employee REST API
⌚ [05:09:59] - Build Delete Employee REST API
⌚ [05:18:19] - Thymeleaf Crash Course
⌚ [06:07:45] - Spring Boot Thymeleaf CRUD Web App
⌚ [06:10:34] - Spring MVC Project Architecture
⌚ [06:12:32] - Spring Boot Project and Configure MySQL
⌚ [06:22:55] - Create Student JPA Entity and Repository
⌚ [06:32:50] - Implement List Students Feature
⌚ [06:55:24] - Implement Add Student Feature
⌚ [07:15:43] - Implement Update Student Feature
⌚ [07:29:10] - Implement Delete Student Feature
⌚ [07:33:56] - Spring Boot Q&A - Important Spring Boot Concepts
for Interviews
RECOMMENDED COURSES
---------------------------------------------------------------------------------------------------------
My Top 10+Udemy Courses (Bestseller Courses):
Комментарии