Search REST API Step by Step (Added New Section)\
4:45 Create Product JPA Entity
9:29 Create ProductRepository Interface
12:00 Create JPQL and Native SQL Queries to Search Products
17:25 Create Service Layer
20:27 Build Search REST API and Test using Postman
Management with Spring Boot and Spring Data JPA (Added New Section)\
30:36 Module Introduction-What you will learn in this section
31:50 Transaction Management with Spring Data JPA
38:51 Use Case-Placing Order on eCommerce Shopping Website
42:09 Create and Setup Spring Boot Project in IntelliJ
48:52 Configure MySQL Database
54:12 Create Order and Payment JPA Entities
1:02:23 Create OrderRepository and PaymentRepository Interfaces
1:04:50 Create Service Layer
1:14:25 Create Place Order REST API and Test using Postman
1:21:01 Handle Transaction using Spring [id49211602|@Transactional] Annotation
Content for Beginners-Spring Boot Fundamentals\
1:27:34 What is Spring Boot
1:33:32 Spring Boot Key Features
1:45:39 Different Ways to Create Spring Boot Application
1:50:07 Creating Spring Boot App using Spring Initializr
2:00:30 Spring Boot Auto-Configuration
2:08:27 Spring Boot Auto-configuration-Practical
2:22:19 Spring Boot App Execution Process-Theory
2:29:15 Spring Boot App Execution Process-practical
2:36:54 Types of Spring Boot Applications-Let’s Debug and Understand
2:49:22 [id1028813|@SpringBootApplication] Annotation
3:02:49 Spring Boot Starters-Very Important Feature
3:13:33 Spring Boot Starter Parent
Content for Beginners-Spring Boot REST API Basics\
3:19:17 Create Spring Boot Application in STS
3:34:26 Create Simple Spring Boot REST API
3:42:19 Spring Boot REST API returns Java Bean
3:51:27 Create Spring Boot REST API returns List
3:56:23 Spring Boot REST API with Path Variable-@PathVariable
4:07:12 Spring Boot REST API with Request Param-@RequestParam
4:17:06 Embedded Servers-Tomcat, Jetty and Undertow
4:30:07 Running Spring Boot Apps from the Command Line
4:38:33 Deploy Step by Step Spring Boot WAR File to External Tomcat Server
4:50:53 Spring Boot Dev Tools
Spring Boot Concepts for Interviews ( Q&A)\
4:59:00 What is Spring boot and What problem Spring Boot solves
5:04:43 Explain few important Spring Boot key features
5:16:18 What is Spring Boot Auto Configuration
5:22:59 How Spring boot internally works or explain run() method in Spring Boot
5:33:43 What are different ways to create a Spring boot application
5:37:39 Explain [id1028813|@SpringBootApplication],[id117141452|@Configuration] and [id164780839|@ComponentScan] annotations
5:50:58 What is Spring boot starters and name few important Spring boot starters
6:01:19 What is Spring Boot Starter Parent
6:06:31 How many types of projects we can create using Spring boot
6:07:47 Explain types of Embedded Servers in Spring boot
6:20:24 How to run Spring boot application from command line
6:26:54 Describe the flow of REST API HTTP request through the Spring Boot project
6:30:11 How to create and deploy Spring boot WAR to External Tomcat Server
6:41:53 What Is Spring Boot DevTools used for
6:49:50 How to Add Security to Spring Boot and Explain Security Auto Configuration
6:56:45 Have you used profiles in your Spring Boot project If yes, Explain briefly