资源详情

返回首页 | 相关搜索
GetFreeCourses.Co-Udemy-Java Full Stack Spring Boot and Angular (Inc. JWT + Cloud)
大小 4.33 GB
文件数 205
Info Hash: A871878F13632BB6C680706D177EAF15291F9DE4
收录时间 2026-01-03 19:42:28
更新时间 2026-01-03 19:42:28
文件列表 (205)
01 Introduction/001 Introduction - Architecture of All System.en.srt
6.44 KB
01 Introduction/001 Introduction - Architecture of All System.mp4
28.19 MB
02 Setting Up Development Environment/001 Download and Install Java 11.en.srt
126 B
02 Setting Up Development Environment/001 Download and Install Java 11.mp4
12.66 MB
02 Setting Up Development Environment/002 Download and Install Intellij.en.srt
134 B
02 Setting Up Development Environment/002 Download and Install Intellij.mp4
14.72 MB
02 Setting Up Development Environment/003 Download and Install PostgreSQL.en.srt
1.48 KB
02 Setting Up Development Environment/003 Download and Install PostgreSQL.mp4
29.31 MB
02 Setting Up Development Environment/004 Download and Install Git.en.srt
459 B
02 Setting Up Development Environment/004 Download and Install Git.mp4
9.81 MB
02 Setting Up Development Environment/005 Download and Install Lombok on Intellij.en.srt
535 B
02 Setting Up Development Environment/005 Download and Install Lombok on Intellij.mp4
9.64 MB
02 Setting Up Development Environment/006 Download and Install Postman.en.srt
659 B
02 Setting Up Development Environment/006 Download and Install Postman.mp4
7.99 MB
03 Overview for Basic Frameworks and Tools/001 Spring Boot Overview - Annotations, Beans, Configuration.en.srt
7.63 KB
03 Overview for Basic Frameworks and Tools/001 Spring Boot Overview - Annotations, Beans, Configuration.mp4
30.41 MB
03 Overview for Basic Frameworks and Tools/002 Rest API Overview - Http Methods.en.srt
3.97 KB
03 Overview for Basic Frameworks and Tools/002 Rest API Overview - Http Methods.mp4
18.79 MB
03 Overview for Basic Frameworks and Tools/003 SQL Overview - Basic CRUD Operations.en.srt
2.15 KB
03 Overview for Basic Frameworks and Tools/003 SQL Overview - Basic CRUD Operations.mp4
15.7 MB
03 Overview for Basic Frameworks and Tools/004 Lombok Overview - Getter, Setter, Constructors.en.srt
1.72 KB
03 Overview for Basic Frameworks and Tools/004 Lombok Overview - Getter, Setter, Constructors.mp4
10.17 MB
03 Overview for Basic Frameworks and Tools/005 Git Overview - Git vs Github.en.srt
11.48 KB
03 Overview for Basic Frameworks and Tools/005 Git Overview - Git vs Github.mp4
196.28 MB
04 Restful Web Services - Overview/001 @RequestParam Annotation and How does it work_.en.srt
2 KB
04 Restful Web Services - Overview/001 @RequestParam Annotation and How does it work_.mp4
7.72 MB
04 Restful Web Services - Overview/002 @PathVariable Annotation and How does it work_.en.srt
1.68 KB
04 Restful Web Services - Overview/002 @PathVariable Annotation and How does it work_.mp4
5.87 MB
04 Restful Web Services - Overview/003 @RequestBody Annotation and How does it work_.en.srt
1.69 KB
04 Restful Web Services - Overview/003 @RequestBody Annotation and How does it work_.mp4
7.73 MB
05 Spring Boot - Backend - Server Side/001 Source Code for the Backend.html
961 B
05 Spring Boot - Backend - Server Side/002 Overview - Architecture of Backend Project.en.srt
5.18 KB
05 Spring Boot - Backend - Server Side/002 Overview - Architecture of Backend Project.mp4
21.82 MB
05 Spring Boot - Backend - Server Side/003 Create Project with Spring Initializer.en.srt
3.33 KB
05 Spring Boot - Backend - Server Side/003 Create Project with Spring Initializer.mp4
32.82 MB
05 Spring Boot - Backend - Server Side/004 Why Did We Choose Gradle_ Isn't Maven most common one_.en.srt
1.67 KB
05 Spring Boot - Backend - Server Side/004 Why Did We Choose Gradle_ Isn't Maven most common one_.mp4
18.14 MB
05 Spring Boot - Backend - Server Side/005 Create Database for Gateway on PostgreSQL with PgAdmin.en.srt
4.69 KB
05 Spring Boot - Backend - Server Side/005 Create Database for Gateway on PostgreSQL with PgAdmin.mp4
40.41 MB
05 Spring Boot - Backend - Server Side/006 Configure Database Properties on Application Properties.en.srt
3.36 KB
05 Spring Boot - Backend - Server Side/006 Configure Database Properties on Application Properties.mp4
26.15 MB
05 Spring Boot - Backend - Server Side/007 Entity Diagram.en.srt
2.43 KB
05 Spring Boot - Backend - Server Side/007 Entity Diagram.mp4
9.71 MB
05 Spring Boot - Backend - Server Side/008 Implement The User Entity Model Class.en.srt
7.75 KB
05 Spring Boot - Backend - Server Side/008 Implement The User Entity Model Class.mp4
58.11 MB
05 Spring Boot - Backend - Server Side/009 Do you want to learn more about ID Generated Strategies_ - Optional.en.srt
12.09 KB
05 Spring Boot - Backend - Server Side/009 Do you want to learn more about ID Generated Strategies_ - Optional.mp4
254.01 MB
05 Spring Boot - Backend - Server Side/010 Implement The Book Entity Model Class.en.srt
3.67 KB
05 Spring Boot - Backend - Server Side/010 Implement The Book Entity Model Class.mp4
30.78 MB
05 Spring Boot - Backend - Server Side/011 Implement The Purchase Entity Model Class.en.srt
3.99 KB
05 Spring Boot - Backend - Server Side/011 Implement The Purchase Entity Model Class.mp4
29.99 MB
05 Spring Boot - Backend - Server Side/012 Implement the User Repository Class with JPA CRUD Repository.en.srt
6.06 KB
05 Spring Boot - Backend - Server Side/012 Implement the User Repository Class with JPA CRUD Repository.mp4
46.34 MB
05 Spring Boot - Backend - Server Side/013 Implement the Book Repository Class with JPA CRUD Repository.en.srt
1.58 KB
05 Spring Boot - Backend - Server Side/013 Implement the Book Repository Class with JPA CRUD Repository.mp4
11.61 MB
05 Spring Boot - Backend - Server Side/014 Implement the Purchase Repository Class with JPA CRUD Repository + Projections.en.srt
4.16 KB
05 Spring Boot - Backend - Server Side/014 Implement the Purchase Repository Class with JPA CRUD Repository + Projections.mp4
35.66 MB
05 Spring Boot - Backend - Server Side/015 Implement the User Service Class - Business Layer.en.srt
5.38 KB
05 Spring Boot - Backend - Server Side/015 Implement the User Service Class - Business Layer.mp4
47.66 MB
05 Spring Boot - Backend - Server Side/016 Implement the Book Service Class - Business Layer.en.srt
2.9 KB
05 Spring Boot - Backend - Server Side/016 Implement the Book Service Class - Business Layer.mp4
27.03 MB
05 Spring Boot - Backend - Server Side/017 Implement the Purchase Service Class - Business Layer.en.srt
3 KB
05 Spring Boot - Backend - Server Side/017 Implement the Purchase Service Class - Business Layer.mp4
27.41 MB
06 Overview for Spring Security - Optional/001 What is Authentication_.en.srt
3.72 KB
06 Overview for Spring Security - Optional/001 What is Authentication_.mp4
28.52 MB
06 Overview for Spring Security - Optional/002 What is Authorization_.en.srt
4.13 KB
06 Overview for Spring Security - Optional/002 What is Authorization_.mp4
29.45 MB
06 Overview for Spring Security - Optional/003 How does Spring Security handle Authentication and Authorization_.en.srt
10.09 KB
06 Overview for Spring Security - Optional/003 How does Spring Security handle Authentication and Authorization_.mp4
54.63 MB
07 Security Implementation/001 Load User by Username - User Details Service.en.srt
10.88 KB
07 Security Implementation/001 Load User by Username - User Details Service.mp4
87.37 MB
07 Security Implementation/002 Configure Security - Authentication Manager and HttpSecurity.en.srt
9.84 KB
07 Security Implementation/002 Configure Security - Authentication Manager and HttpSecurity.mp4
86.6 MB
08 JWT Implementation/001 JWT Overview and Install JWT Libraries.en.srt
2.85 KB
08 JWT Implementation/001 JWT Overview and Install JWT Libraries.mp4
24.1 MB
08 JWT Implementation/002 JWT Helper Methods - Token Generation, Validation.en.srt
9.01 KB
08 JWT Implementation/002 JWT Helper Methods - Token Generation, Validation.mp4
124.55 MB
08 JWT Implementation/003 Implement JWT Authentication Filter.en.srt
5.28 KB
08 JWT Implementation/003 Implement JWT Authentication Filter.mp4
46.72 MB
09 Implement User Log In and User Sign Up/001 Authenticate User with Authentication Manager - Service.en.srt
4.81 KB
09 Implement User Log In and User Sign Up/001 Authenticate User with Authentication Manager - Service.mp4
45.78 MB
09 Implement User Log In and User Sign Up/002 Create Endpoints for User Log In and User Sign Up - Controller.en.srt
3.55 KB
09 Implement User Log In and User Sign Up/002 Create Endpoints for User Log In and User Sign Up - Controller.mp4
26.36 MB
10 Internal API Implementation/001 Create Internal Authentication Filter.en.srt
8.16 KB
10 Internal API Implementation/001 Create Internal Authentication Filter.mp4
80.67 MB
10 Internal API Implementation/002 Create Connection between JWT and Internal Filters.en.srt
4.42 KB
10 Internal API Implementation/002 Create Connection between JWT and Internal Filters.mp4
36.77 MB
10 Internal API Implementation/003 Internal Controller Implementation.en.srt
4.97 KB
10 Internal API Implementation/003 Internal Controller Implementation.mp4
42.48 MB
11 Other Endpoints - Rest Controller/001 Implement Book Controller - Rest Controller.en.srt
5.13 KB
11 Other Endpoints - Rest Controller/001 Implement Book Controller - Rest Controller.mp4
54.73 MB
11 Other Endpoints - Rest Controller/002 Implement Purchase Controller - Rest Controller.en.srt
4.54 KB
11 Other Endpoints - Rest Controller/002 Implement Purchase Controller - Rest Controller.mp4
38.21 MB
11 Other Endpoints - Rest Controller/GetFreeCourses.Co.url
116 B
11 Other Endpoints - Rest Controller/How you can help GetFreeCourses.Co.txt
182 B
12 Test Spring Boot Application/001 Postman Overview.en.srt
5.01 KB
12 Test Spring Boot Application/001 Postman Overview.mp4
37.36 MB
12 Test Spring Boot Application/002 How can we run Spring Boot Application_.en.srt
2.95 KB
12 Test Spring Boot Application/002 How can we run Spring Boot Application_.mp4
33.11 MB
12 Test Spring Boot Application/003 Test the Endpoints with Postman.en.srt
4.42 KB
12 Test Spring Boot Application/003 Test the Endpoints with Postman.mp4
79.91 MB
13 Multiple Spring Profiles - Development, Production/001 Create Spring Profiles for Development and Production.en.srt
3.85 KB
13 Multiple Spring Profiles - Development, Production/001 Create Spring Profiles for Development and Production.mp4
27.25 MB
14 Cloud Deployment - Heroku/001 Heroku Overview.en.srt
5.02 KB
14 Cloud Deployment - Heroku/001 Heroku Overview.mp4
64.33 MB
14 Cloud Deployment - Heroku/002 Heroku Configuration - Procfile, app.json.en.srt
5.65 KB
14 Cloud Deployment - Heroku/002 Heroku Configuration - Procfile, app.json.mp4
39.63 MB
14 Cloud Deployment - Heroku/003 Github Commitment.en.srt
5.2 KB
14 Cloud Deployment - Heroku/003 Github Commitment.mp4
32 MB
14 Cloud Deployment - Heroku/004 Deploy to Heroku.en.srt
4.08 KB
14 Cloud Deployment - Heroku/004 Deploy to Heroku.mp4
50.95 MB
14 Cloud Deployment - Heroku/005 Test Project with the Heroku URL.en.srt
3.92 KB
14 Cloud Deployment - Heroku/005 Test Project with the Heroku URL.mp4
67.44 MB
15 Setting Up Development Environment For Client Side/001 Install NodeJS.en.srt
291 B
15 Setting Up Development Environment For Client Side/001 Install NodeJS.mp4
12.38 MB
15 Setting Up Development Environment For Client Side/002 Install Angular CLI.en.srt
216 B
15 Setting Up Development Environment For Client Side/002 Install Angular CLI.mp4
11.61 MB
15 Setting Up Development Environment For Client Side/003 Javascript Overview.en.srt
4.27 KB
15 Setting Up Development Environment For Client Side/003 Javascript Overview.mp4
27.35 MB
15 Setting Up Development Environment For Client Side/004 Angular Overview.en.srt
7.1 KB
15 Setting Up Development Environment For Client Side/004 Angular Overview.mp4
42.5 MB
16 Client Side Implementation/001 Source Code for the Frontend.html
958 B
16 Client Side Implementation/002 Overview - Architecture of Frontend Project.en.srt
2.9 KB
16 Client Side Implementation/002 Overview - Architecture of Frontend Project.mp4
18.49 MB
16 Client Side Implementation/003 Create Angular Project With Angular CLI.en.srt
6.2 KB
16 Client Side Implementation/003 Create Angular Project With Angular CLI.mp4
35.09 MB
16 Client Side Implementation/004 Getting Start to Angular Project - How angular works_.en.srt
10.59 KB
16 Client Side Implementation/004 Getting Start to Angular Project - How angular works_.mp4
74.17 MB
16 Client Side Implementation/005 Configuration (BootStrap, Jquery, Font-Awesome...).en.srt
9.52 KB
16 Client Side Implementation/005 Configuration (BootStrap, Jquery, Font-Awesome...).mp4
64.55 MB
16 Client Side Implementation/006 Create Component_Page Templates.en.srt
10.07 KB
16 Client Side Implementation/006 Create Component_Page Templates.mp4
59.92 MB
16 Client Side Implementation/007 Implement Router Module.en.srt
13.47 KB
16 Client Side Implementation/007 Implement Router Module.mp4
118.53 MB
16 Client Side Implementation/008 Implement Error Pages - Not-Found and Unauthorized Pages.en.srt
5.29 KB
16 Client Side Implementation/008 Implement Error Pages - Not-Found and Unauthorized Pages.mp4
45.84 MB
16 Client Side Implementation/GetFreeCourses.Co.url
116 B
16 Client Side Implementation/How you can help GetFreeCourses.Co.txt
182 B
17 Structured Data - Typescript Models/001 Implement User Model TypeScript Class.en.srt
3.51 KB
17 Structured Data - Typescript Models/001 Implement User Model TypeScript Class.mp4
22.8 MB
17 Structured Data - Typescript Models/002 Implement Book Model TypeScript Class.en.srt
3.18 KB
17 Structured Data - Typescript Models/002 Implement Book Model TypeScript Class.mp4
19.72 MB
17 Structured Data - Typescript Models/003 Implement Purchase Model TypeScript Class.en.srt
2.93 KB
17 Structured Data - Typescript Models/003 Implement Purchase Model TypeScript Class.mp4
20.23 MB
17 Structured Data - Typescript Models/004 Implement PurchaseItem Model TypeScript Class - DTO.en.srt
1.95 KB
17 Structured Data - Typescript Models/004 Implement PurchaseItem Model TypeScript Class - DTO.mp4
10.87 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/001 Authentication Service Implementation - Sign-in, Sign-out, Sign-up.en.srt
15.39 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/001 Authentication Service Implementation - Sign-in, Sign-out, Sign-up.mp4
109.59 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/002 Implement Register Page Component.en.srt
7.79 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/002 Implement Register Page Component.mp4
59.11 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/003 Implement Register Page Html Part1 - Create Page Template.en.srt
4.48 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/003 Implement Register Page Html Part1 - Create Page Template.mp4
37.78 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/004 Template Driven Form vs Reactive Form - Register Page Html Part2.en.srt
3.18 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/004 Template Driven Form vs Reactive Form - Register Page Html Part2.mp4
16.1 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/005 Implement Register Page Html Part3 - FormsModule, FormControl, FormGroup.en.srt
9.85 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/005 Implement Register Page Html Part3 - FormsModule, FormControl, FormGroup.mp4
121.17 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/006 Complete the Register Page Html Part4.en.srt
4.35 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/006 Complete the Register Page Html Part4.mp4
48.34 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/007 Implement Login Page.en.srt
6.79 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/007 Implement Login Page.mp4
55.02 MB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/008 Navigation Bar With Bootstrap - App Component.en.srt
4.96 KB
18 Form Module, FormItem, FormGroup - SignIn and SignUp Forms/008 Navigation Bar With Bootstrap - App Component.mp4
53.1 MB
19 Guards/001 Implement Authentication Guard - Guard Types.en.srt
12.23 KB
19 Guards/001 Implement Authentication Guard - Guard Types.mp4
79.86 MB
20 Http and Observables/001 Observables Overview.en.srt
4.98 KB
20 Http and Observables/001 Observables Overview.mp4
14.74 MB
20 Http and Observables/002 Create Base Service Class - Inheritance in Angular.en.srt
4.48 KB
20 Http and Observables/002 Create Base Service Class - Inheritance in Angular.mp4
34.68 MB
20 Http and Observables/003 Implement Book Servicee.en.srt
4.06 KB
20 Http and Observables/003 Implement Book Servicee.mp4
47.05 MB
21 Admin Dashboard/001 Implement Admin Page Component.en.srt
9.69 KB
21 Admin Dashboard/001 Implement Admin Page Component.mp4
80.48 MB
21 Admin Dashboard/002 Create Book Modal and Implement Book Modal Component.en.srt
3.43 KB
21 Admin Dashboard/002 Create Book Modal and Implement Book Modal Component.mp4
24.64 MB
21 Admin Dashboard/003 Implement Book Modal Html.en.srt
8.95 KB
21 Admin Dashboard/003 Implement Book Modal Html.mp4
69.07 MB
21 Admin Dashboard/004 Create Book Form in Book Modal.en.srt
10.1 KB
21 Admin Dashboard/004 Create Book Form in Book Modal.mp4
103.97 MB
21 Admin Dashboard/005 Pass Events from Book Modal to Admin Component - Output Decorator.en.srt
4.6 KB
21 Admin Dashboard/005 Pass Events from Book Modal to Admin Component - Output Decorator.mp4
34.56 MB
21 Admin Dashboard/006 Implement Edit Book Action - Pass data from Admin Component to Book Modal.en.srt
4.35 KB
21 Admin Dashboard/006 Implement Edit Book Action - Pass data from Admin Component to Book Modal.mp4
40.89 MB
21 Admin Dashboard/007 Implement Delete Book Action.en.srt
1.99 KB
21 Admin Dashboard/007 Implement Delete Book Action.mp4
24.58 MB
22 Other Pages/001 Implement Purchase Service.en.srt
3.67 KB
22 Other Pages/001 Implement Purchase Service.mp4
33.22 MB
22 Other Pages/002 Implement Home Page.en.srt
12.66 KB
22 Other Pages/002 Implement Home Page.mp4
110.29 MB
22 Other Pages/003 Implement Profile Page.en.srt
7.19 KB
22 Other Pages/003 Implement Profile Page.mp4
57.18 MB
23 Production Configuration and Preparation/001 Environment Variables, System Variables and Custom Variables.en.srt
9.59 KB
23 Production Configuration and Preparation/001 Environment Variables, System Variables and Custom Variables.mp4
69.15 MB
23 Production Configuration and Preparation/002 Build Angular Application and Serve it via Express.js.en.srt
9.65 KB
23 Production Configuration and Preparation/002 Build Angular Application and Serve it via Express.js.mp4
74.17 MB
24 Cloud Deployment - Heroku/001 Heroku Configuration - Procfile, app.json.en.srt
5.45 KB
24 Cloud Deployment - Heroku/001 Heroku Configuration - Procfile, app.json.mp4
29.28 MB
24 Cloud Deployment - Heroku/002 Github Commitment.en.srt
2.7 KB
24 Cloud Deployment - Heroku/002 Github Commitment.mp4
21.38 MB
24 Cloud Deployment - Heroku/003 Heroku Deployment.en.srt
3.65 KB
24 Cloud Deployment - Heroku/003 Heroku Deployment.mp4
30.1 MB
24 Cloud Deployment - Heroku/004 Test Application from Heroku URL.en.srt
2.31 KB
24 Cloud Deployment - Heroku/004 Test Application from Heroku URL.mp4
10.98 MB
Download Paid Udemy Courses For Free.url
116 B
GetFreeCourses.Co.url
116 B
How you can help GetFreeCourses.Co.txt
182 B

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。