-
Урок 1.
00:05:43
Course Overview
-
Урок 2.
00:03:34
Course Sections
-
Урок 3.
00:02:00
Course Objectives
-
Урок 4.
00:01:15
Course Prerequisites
-
Урок 5.
00:03:27
Download Course Source Code
-
Урок 6.
00:01:52
Agenda
-
Урок 7.
00:02:08
Step 1 : Download and Install JDK 11
-
Урок 8.
00:03:19
Step 2 : Download and Install Java IDE ( IntelliJ IDE)
-
Урок 9.
00:03:19
Step 2 : Download and Install Java IDE ( STS IDE )
-
Урок 10.
00:01:53
Step 3 : Download and Install Apache Maven (Part 1)
-
Урок 11.
00:03:39
Step 3 : Download and Install Apache Maven (Part 2)
-
Урок 12.
00:04:34
Step 4 : Download and Install Angular CLI
-
Урок 13.
00:03:09
Step 5 : Download and Install WebStorm
-
Урок 14.
00:10:32
Step 6 : Download and Install MySql DBMS
-
Урок 15.
00:01:52
Agenda
-
Урок 16.
00:05:45
Step 1 : Download and Install JDK 11
-
Урок 17.
00:02:48
Step 2 : Download and Install Java IDE (IntelliJ IDE)
-
Урок 18.
00:02:07
Step 2 : Download and Install Java IDE (IntelliJ IDE : Change to Dark Mode)
-
Урок 19.
00:02:17
Step 2 : Download and Install Java IDE ( STS IDE )
-
Урок 20.
00:02:04
Step 2 : Download and Install Java IDE ( STS IDE : Change to Dark Mode)
-
Урок 21.
00:03:22
Step 2 : Create First Java Application on STS IDE (HelloWorld)
-
Урок 22.
00:01:53
Step 3 : Download and Install Apache Maven (Part 1)
-
Урок 23.
00:06:40
Step 3 : Download and Install Apache Maven (Part 2)
-
Урок 24.
00:04:09
Step 3 : Create First Maven Application on IntelliJ IDE
-
Урок 25.
00:06:10
Step 3 : Create First Maven Application on STS IDE
-
Урок 26.
00:04:20
Step 4 : Download and Install Angular 14 CLI
-
Урок 27.
00:02:04
Step 5 : Download and Install WebStorm
-
Урок 28.
00:08:08
Step 6 : Download and Install (MySql + PhpMyAdmin)
-
Урок 29.
00:01:48
Agenda
-
Урок 30.
00:05:00
What is Spring Framework
-
Урок 31.
00:04:13
What is Spring Boot
-
Урок 32.
00:03:34
Why Spring Boot
-
Урок 33.
00:02:22
History of SpringBoot
-
Урок 34.
00:06:22
New Features of Spring Boot 2 and Spring Boot 3
-
Урок 35.
00:05:36
Spring Boot vs Spring MVC
-
Урок 36.
00:01:17
Agenda
-
Урок 37.
00:05:11
Creating Spring Boot Initializr
-
Урок 38.
00:05:07
Generate First Project Initializr
-
Урок 39.
00:02:33
Deploy SpringBoot Application (Part 1)
-
Урок 40.
00:07:24
Deploy SpringBoot Application (Part 2)
-
Урок 41.
00:04:28
SpringBoot Servlet Initializer
-
Урок 42.
00:00:55
Agenda
-
Урок 43.
00:04:48
Project Code Structures
-
Урок 44.
00:09:45
SpringBootApplication Annotation
-
Урок 45.
00:01:11
Agenda
-
Урок 46.
00:05:35
Spring Boot Runners (Part 1)
-
Урок 47.
00:08:19
Spring Boot Runners (Part 2)
-
Урок 48.
00:01:49
Agenda
-
Урок 49.
00:06:40
Application Properties (Part 1 : Define the Application Name)
-
Урок 50.
00:03:53
Application Properties ( Part 2 : Connecting with the Postgres Database )
-
Урок 51.
00:03:47
Application Properties ( Part 3 : Set Tomcat Port Number)
-
Урок 52.
00:05:48
Application Custom properties (Part 1 : How to Create Custom Properties)
-
Урок 53.
00:09:23
Application Custom properties (Part 2 : Practical Example)
-
Урок 54.
00:06:10
Spring Boot Failure Analyser (Part 1)
-
Урок 55.
00:11:40
Spring Boot Failure Analyser (Part 2)
-
Урок 56.
00:04:04
Introduction to JPA
-
Урок 57.
00:05:42
JPA Architecture
-
Урок 58.
00:02:54
JPA Implmentations
-
Урок 59.
00:05:51
Spring Data
-
Урок 60.
00:07:24
Spring Data JPA
-
Урок 61.
00:04:48
Step 1 - Create New Project using Spring Initializr
-
Урок 62.
00:09:19
Step 2 - Create Entity and Repository
-
Урок 63.
00:08:40
Step 3 - Create Spring Service
-
Урок 64.
00:13:26
Step 4 - Create RestController
-
Урок 65.
00:06:23
Step 5 - Create New Database Connection
-
Урок 66.
00:16:45
Step 6 - Deploy And Test using Postman
-
Урок 67.
00:32:59
Step 7 - Thymeleaf Templates
-
Урок 68.
00:03:30
What is Spring Boot DevTools
-
Урок 69.
00:10:07
Spring Boot DevTools Example
-
Урок 70.
00:01:34
Agenda
-
Урок 71.
00:04:31
Spring Security Architecture
-
Урок 72.
00:03:18
Spring Boot Security Starter
-
Урок 73.
00:08:10
Securing the Library System (Part 1)
-
Урок 74.
00:24:40
Securing the Library System (Part 2)
-
Урок 75.
00:01:22
Agenda
-
Урок 76.
00:05:21
Introduction to Spring Boot Actuator
-
Урок 77.
00:03:34
Using Spring Boot Actuator Starter
-
Урок 78.
00:06:40
Enabling and Disabling Actuator Endpoints
-
Урок 79.
00:04:01
Securing Actuator Endpoints by Role
-
Урок 80.
00:02:09
Agenda
-
Урок 81.
00:05:09
Introduction to Unit Testing
-
Урок 82.
00:02:49
Spring Boot Starter for Spring Testing
-
Урок 83.
00:05:32
Spring Testing Example (Part 1)
-
Урок 84.
00:20:16
Spring Testing Example (Part 2)
-
Урок 85.
00:01:04
Agenda (Spring Boot 3)
-
Урок 86.
00:11:52
Spring Boot 3 New Features
-
Урок 87.
00:02:58
Spring V5 vs. V6
-
Урок 88.
00:03:57
First Spring Boot 3 (Part 1)
-
Урок 89.
00:06:18
First Spring Boot 3 (Part 2)
-
Урок 90.
00:05:48
Spring Boot 3 Migration Steps (Part 1)
-
Урок 91.
00:16:35
Spring Boot 3 Migration Steps (Part 2)
-
Урок 92.
00:02:59
Agenda
-
Урок 93.
00:07:15
Business Requirements + Use Case Diagram
-
Урок 94.
00:08:20
Wireframes
-
Урок 95.
00:15:21
UML Class Diagram
-
Урок 96.
00:01:31
Agenda
-
Урок 97.
00:04:31
Technical Architecture
-
Урок 98.
00:22:19
Demo for JavaCorner-Admin Application
-
Урок 99.
00:02:40
Agenda
-
Урок 100.
00:02:02
Step 1 : Create a Spring Boot Initializr
-
Урок 101.
00:04:07
Step 2 : Choose Application Maven Dependencies
-
Урок 102.
00:10:02
Step 3 : Create Entities & Relationships (Part 1)
-
Урок 103.
00:07:47
Step 3 : Create Entities & Relationships (Part 2)
-
Урок 104.
00:08:36
Step 3 : Create Entities & Relationships (Part 3)
-
Урок 105.
00:07:41
Step 3 : Create Entities & Relationships (Part 4)
-
Урок 106.
00:05:55
Step 3 : Create Entities & Relationships (Part 5)
-
Урок 107.
00:05:04
Step 3 : Create Entities & Relationships (Part 6)
-
Урок 108.
00:05:54
Step 3 : Create Entities & Relationships (Part 7)
-
Урок 109.
00:04:53
Step 3 : Create Entities & Relationships (Part 8)
-
Урок 110.
00:06:31
Step 4 : Add database configurations in application.properties
-
Урок 111.
00:09:06
Step 5 : Implement JPA Repository Interfaces (Part 1)
-
Урок 112.
00:08:32
Step 5 : Implement JPA Repository Interfaces (Part 2)
-
Урок 113.
00:08:27
Step 5 : Implement JPA Repository Interfaces (Part 3)
-
Урок 114.
00:04:52
Step 5 : Implement JPA Repository Interfaces (Part 4)
-
Урок 115.
00:13:07
Step 6 : Developing Helper Class to Test the Functionalities (Part 1)
-
Урок 116.
00:10:00
Step 6 : Developing Helper Class to Test the Functionalities (Part 2)
-
Урок 117.
00:10:50
Step 6 : Developing Helper Class to Test the Functionalities (Part 3)
-
Урок 118.
00:10:49
Step 6 : Developing Helper Class to Test the Functionalities (Part 4)
-
Урок 119.
00:08:55
Step 6 : Developing Helper Class to Test the Functionalities (Part 5)
-
Урок 120.
00:07:04
Step 6 : Developing Helper Class to Test the Functionalities (Part 6)
-
Урок 121.
00:01:59
Step 7 : Create the Application Database in MySql Server
-
Урок 122.
00:02:46
Step 8 : Generate the Database Tables from Application ORM (Part 1)
-
Урок 123.
00:09:40
Step 8 : Generate the Database Tables from Application ORM (Part 2)
-
Урок 124.
00:06:51
Step 8 : Generate the Database Tables from Application ORM (Part 3)
-
Урок 125.
00:05:12
Step 8 : Generate the Database Tables from Application ORM (Part 4)
-
Урок 126.
00:05:52
Step 8 : Generate the Database Tables from Application ORM (Part 5)
-
Урок 127.
00:03:47
Step 8 : Generate the Database Tables from Application ORM (Part 6)
-
Урок 128.
00:07:17
Step 8 : Generate the Database Tables from Application ORM (Part 7)
-
Урок 129.
00:02:47
Step 1 : Use Spring JPA Project & Add Web dependency
-
Урок 130.
00:11:22
Step 2 : Adapt DAO Classes (Part 1)
-
Урок 131.
00:05:03
Step 2 : Adapt DAO Classes (Part 2)
-
Урок 132.
00:07:33
Step 3 : Creating DTOs and Mappers (Part 1)
-
Урок 133.
00:12:48
Step 3 : Creating DTOs and Mappers (Part 2)
-
Урок 134.
00:12:32
Step 4 : Developing Service Layer (Part 1 : Course Service)
-
Урок 135.
00:14:25
Step 4 : Developing Service Layer (Part 2 : Course Service)
-
Урок 136.
00:07:37
Step 4 : Developing Service Layer (Part 3 : User Service)
-
Урок 137.
00:14:09
Step 4 : Developing Service Layer (Part 4 : Instructor Service)
-
Урок 138.
00:10:28
Step 4 : Developing Service Layer (Part 5 : Instructor Service & Role Service)
-
Урок 139.
00:17:08
Step 4 : Developing Service Layer (Part 6 : Student Service)
-
Урок 140.
00:19:21
Step 5 : Testing Application with Runner Class
-
Урок 141.
00:13:35
Step 6 : Developing Rest APIs (Part 1 : Course Rest Controller)
-
Урок 142.
00:13:56
Step 6 : Developing Rest APIs (Part 2 : Test Course Rest Controller)
-
Урок 143.
00:20:22
Step 6 : Developing Rest APIs (Part 3 : Instructor Rest Controller)
-
Урок 144.
00:17:45
Step 6 : Developing Rest APIs (Part 4 : Test Instructor Rest Controller)
-
Урок 145.
00:16:04
Step 6 : Developing Rest APIs (Part 5 : Student Rest Controller)
-
Урок 146.
00:16:15
Step 6 : Developing Rest APIs (Part 6 : Test Student Rest Controller)
-
Урок 147.
00:06:16
Step 6 : Developing Rest APIs (Part 7 : User Rest Controller)
-
Урок 148.
00:06:16
Step 7 : Creating Swagger Documentation
-
Урок 149.
00:04:46
Step 1 : Importing Angular Base Project and Explore the Application Structure
-
Урок 150.
00:20:58
Step 2 : Courses Component (Part 1)
-
Урок 151.
00:15:27
Step 2 : Courses Component ( Part 2 )
-
Урок 152.
00:13:14
Step 2 : Courses Component ( Part 3 )
-
Урок 153.
00:18:17
Step 2 : Courses Component ( Part 4 )
-
Урок 154.
00:17:08
Step 2 : Courses Component ( Part 5 )
-
Урок 155.
00:17:45
Step 2 : Courses Component ( Part 6 )
-
Урок 156.
00:16:25
Step 3 : Instructors Component ( Part 1 )
-
Урок 157.
00:04:48
Step 3 : Instructors Component ( Part 2 )
-
Урок 158.
00:05:29
Step 3 : Instructors Component ( Part 3 )
-
Урок 159.
00:18:40
Step 3 : Instructors Component ( Part 4 )
-
Урок 160.
00:06:46
Step 3 : Instructors Component ( Part 5 )
-
Урок 161.
00:12:47
Step 3 : Instructors Component ( Part 6 )
-
Урок 162.
00:15:24
Step 3 : Instructors Component ( Part 7 )
-
Урок 163.
00:02:08
Assignment --> Step 4 : Students Component
-
Урок 164.
00:07:24
Step 5 : Instructor-Courses Component ( Part 1 )
-
Урок 165.
00:18:16
Step 5 : Instructor-Courses Component ( Part 2 )
-
Урок 166.
00:04:33
Step 5 : Instructor-Courses Component (Part 3)
-
Урок 167.
00:18:32
Step 5 : Instructor-Courses Component (Part 4)
-
Урок 168.
00:03:49
Step 5 : Instructor-Courses Component (Part 5)
-
Урок 169.
00:16:32
Step 5 : Instructor-Courses Component (Part 6)
-
Урок 170.
00:04:45
Step 5 : Instructor-Courses Component (Part 7)
-
Урок 171.
00:04:46
Step 6 : Student-Courses Component (Part 1)
-
Урок 172.
00:15:42
Step 6 : Student-Courses Component (Part 2)
-
Урок 173.
00:03:44
Step 6 : Student-Courses Component (Part 3)
-
Урок 174.
00:09:29
Step 6 : Student-Courses Component (Part 4)
-
Урок 175.
00:04:00
Step 6 : Student-Courses Component (Part 5)
-
Урок 176.
00:06:29
Step 6 : Student-Courses Component (Part 6)
-
Урок 177.
00:03:06
Step 1 : Adding Dependencies to pom.xml
-
Урок 178.
00:06:07
Step 2 : Encoding Password in the Database
-
Урок 179.
00:06:20
Step 3 : Creating Security Configuration
-
Урок 180.
00:08:20
Step 4 : Implementing UserDetailsService
-
Урок 181.
00:21:15
Step 5 : Creating JWT Helper Class and Methods
-
Урок 182.
00:09:50
Step 6 : Creating JWT Authentication Filter (Part 1 : Create Filter)
-
Урок 183.
00:07:05
Step 6 : Creating JWT Authentication Filter (Part 2 : Testing Login API)
-
Урок 184.
00:18:49
Step 7 : Creating JWT Authorization Filter
-
Урок 185.
00:17:06
Step 8 : Pre Authorize API Based on Role (Part 1)
-
Урок 186.
00:12:33
Step 8 : Pre Authorize API Based on Role (Part 2)
-
Урок 187.
00:11:08
Step 9 : Generate Access Token using Refresh Token (Part 1)
-
Урок 188.
00:06:28
Step 9 : Generate Access Token using Refresh Token (Part 2)
-
Урок 189.
00:18:48
Step 1 : Developing Login Component ( Part 1 )
-
Урок 190.
00:18:13
Step 1 : Developing Login Component ( Part 2 )
-
Урок 191.
00:14:12
Step 2 : Creating & Storing the Logged User Data
-
Урок 192.
00:06:22
Step 3 : Reflecting the Auth State in the Header
-
Урок 193.
00:18:45
Step 4 : Redirecting User After Login-In.
-
Урок 194.
00:12:45
Step 5 : Intercepting Outgoing Requests to Add Access Token
-
Урок 195.
00:16:16
Step 6 : Reflecting the Auth State & Roles in the Navbar
-
Урок 196.
00:15:04
Step 7 : Set the Logged User in Local Storage & Auto Login
-
Урок 197.
00:04:43
Step 8 : Developing the Logout Function.
-
Урок 198.
00:13:41
Step 9 : Developing the Auto Logout Function.
-
Урок 199.
00:04:29
Step 10 : Unsubscribe to User Subscription
-
Урок 200.
00:20:32
Step 11 : Update Profile (Part 1 )
-
Урок 201.
00:17:19
Step 11 : Update Profile ( Part 2 )
-
Урок 202.
00:17:44
Step 11 : Update Profile (Part 3)
-
Урок 203.
00:15:14
Step 11 : Update Profile (Part 4)
-
Урок 204.
00:11:32
Step 12 : Security Guards (Part 1)
-
Урок 205.
00:15:53
Step 12 : Security Guards (Part 2)
-
Урок 206.
00:16:04
Step 12 : Security Guards (Part 3)
-
Урок 207.
00:10:15
Summary
-
Урок 208.
00:02:02
What's Next ?