zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Master Spring framework, Spring Boot, REST, JPA, Hibernate
magnet:?xt=urn:btih:79749dc6089502c5d2992ac32e12a7c192bffdf1&dn=[FreeCourseSite.com] Udemy - Master Spring framework, Spring Boot, REST, JPA, Hibernate
磁力链接详情
文件列表详情
79749dc6089502c5d2992ac32e12a7c192bffdf1
infohash:
236
文件数量
11.66 GB
文件大小
2023-3-28 14:54
创建日期
2024-11-15 18:53
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Master
Spring
framework
Spring
Boot
REST
JPA
Hibernate
01 - Introduction to Spring Framework/001 Introduction to the course & Agenda of the course.mp4 79.28 MB
01 - Introduction to Spring Framework/002 Details of Source Code, PDF Content & other instructions for the course.mp4 69.33 MB
01 - Introduction to Spring Framework/003 What is Spring.mp4 39.06 MB
01 - Introduction to Spring Framework/004 Jakarta EE Vs Spring.mp4 46.58 MB
01 - Introduction to Spring Framework/005 Why should we use frameworks.mp4 58.03 MB
01 - Introduction to Spring Framework/006 Introduction to Spring Projects - Part 1.mp4 23.3 MB
01 - Introduction to Spring Framework/007 Introduction to Spring Projects - Part 2.mp4 38.19 MB
02 - Section 2 - Deep Dive of Spring Core/001 Introduction to Spring Core.mp4 4.75 MB
02 - Section 2 - Deep Dive of Spring Core/002 Introduction to Inversion of Control (IoC) & Dependency Injection (DI).mp4 10.18 MB
02 - Section 2 - Deep Dive of Spring Core/003 Demo of Inversion of Control (IoC) & Dependency Injection (DI).mp4 47.98 MB
02 - Section 2 - Deep Dive of Spring Core/004 Advantages of Inversion of Control & Dependency Injection.mp4 18.65 MB
02 - Section 2 - Deep Dive of Spring Core/005 Introductions to Beans, Context and SpEL.mp4 29.68 MB
02 - Section 2 - Deep Dive of Spring Core/006 Introduction to Spring IoC Container.mp4 13.54 MB
03 - Creating Beans inside Spring Context/001 Installation of Maven.mp4 27.2 MB
03 - Creating Beans inside Spring Context/002 Creating Maven Project.mp4 54.69 MB
03 - Creating Beans inside Spring Context/003 Creating Beans using @Bean annotation.mp4 89.62 MB
03 - Creating Beans inside Spring Context/004 Understanding NoUniqueBeanDefinitionException in Spring.mp4 51.84 MB
03 - Creating Beans inside Spring Context/005 Providing a custom name to the bean.mp4 13.44 MB
03 - Creating Beans inside Spring Context/006 Understanding @Primary Annotation inside Spring.mp4 47.16 MB
03 - Creating Beans inside Spring Context/007 Creating Beans using @Component annotation.mp4 34.49 MB
03 - Creating Beans inside Spring Context/008 Stereotype Annotations in Spring.mp4 23.64 MB
03 - Creating Beans inside Spring Context/009 Comparison between @Bean Vs @Component.mp4 14.89 MB
03 - Creating Beans inside Spring Context/010 Understanding @PostConstruct Annotation.mp4 25.19 MB
03 - Creating Beans inside Spring Context/011 Understanding @PreDestroy Annotation.mp4 20.69 MB
03 - Creating Beans inside Spring Context/012 Creating Beans programmatically using registerBean().mp4 57.79 MB
03 - Creating Beans inside Spring Context/013 Creating Beans using XML Configurations.mp4 42.3 MB
04 - Wiring Beans using @Autowiring/001 Introduction to wiring & auto-wiring inside Spring.mp4 23.51 MB
04 - Wiring Beans using @Autowiring/002 Wiring Beans using method call.mp4 61.15 MB
04 - Wiring Beans using @Autowiring/003 Wiring Beans using method parameters.mp4 29.37 MB
04 - Wiring Beans using @Autowiring/004 Wiring Beans using @Autowired on class fields.mp4 70.27 MB
04 - Wiring Beans using @Autowiring/005 Wiring Beans using @Autowired on setter method.mp4 28.71 MB
04 - Wiring Beans using @Autowiring/006 Wiring Beans using @Autowired on constructor.mp4 24.25 MB
04 - Wiring Beans using @Autowiring/007 Deep dive of Autowiring inside Spring - Theory.mp4 20.87 MB
04 - Wiring Beans using @Autowiring/008 Deep dive of Autowiring inside Spring - Coding example.mp4 44.12 MB
04 - Wiring Beans using @Autowiring/009 Understanding and Avoiding Circular dependencies.mp4 31.42 MB
04 - Wiring Beans using @Autowiring/010 Problem Statement for Assignment related to Beans, Autowiring and DI.mp4 11.88 MB
04 - Wiring Beans using @Autowiring/011 Solution for Assignment related to Beans, Autowiring and DI.mp4 92.15 MB
05 - Beans scope inside Spring framework/001 Introduction to Bean Scopes inside Spring.mp4 4.23 MB
05 - Beans scope inside Spring framework/002 Deepdive on Singleton Bean scope.mp4 40.37 MB
05 - Beans scope inside Spring framework/003 What is a Race Condition.mp4 20.72 MB
05 - Beans scope inside Spring framework/004 Usecases of Singleton Bean scope.mp4 11.04 MB
05 - Beans scope inside Spring framework/005 Deepdive of Eager and Lazy instantiation of Singleton scope.mp4 14.82 MB
05 - Beans scope inside Spring framework/006 Demo of Eager and Lazy instantiation of Singleton bean.mp4 40 MB
05 - Beans scope inside Spring framework/007 Eager Initialization Vs Lazy Initialization.mp4 10.2 MB
05 - Beans scope inside Spring framework/008 Deepdive of Prototype Bean scope.mp4 33.33 MB
05 - Beans scope inside Spring framework/009 Singleton Beans Vs Prototype Beans.mp4 10.32 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/001 Introduction to Aspect Oriented Programming (AOP).mp4 29.85 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/002 Understanding the problems inside web applications with out AOP.mp4 32.43 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/003 Understanding & Running the Application with out AOP.mp4 62.18 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/004 AOP Jargons.mp4 12.66 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/005 Weaving inside AOP.mp4 8.27 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/006 Type of Advices inside AOP.mp4 21.06 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/007 Configuring Advices inside AOP - Theory.mp4 69.28 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/008 Configuring @Around advice.mp4 69.77 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/009 Configuring @Before advice.mp4 61.23 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/010 Configuring @AfterThrowing and @AfterReturning advices.mp4 73.81 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/011 Configuring Advices inside AOP with Annotations approach.mp4 10.3 MB
06 - Aspect Oriented Programming (AOP) inside Spring framework/012 Demo of Configuring Advices inside AOP with Annotations approach.mp4 56.21 MB
07 - Building Web Applications using SpringBoot and Spring MVC/001 Quick Introduction about Web Applications.mp4 22.9 MB
07 - Building Web Applications using SpringBoot and Spring MVC/002 Role of Servlets inside Web Applications.mp4 21.05 MB
07 - Building Web Applications using SpringBoot and Spring MVC/003 Evolution of Web Apps inside Java ecosystem.mp4 12.88 MB
07 - Building Web Applications using SpringBoot and Spring MVC/004 Types of Web Apps we can build with Spring.mp4 17.56 MB
07 - Building Web Applications using SpringBoot and Spring MVC/005 Introduction to Spring Boot - The Hero of Spring framework.mp4 31.77 MB
07 - Building Web Applications using SpringBoot and Spring MVC/006 Spring Boot Important features.mp4 33.74 MB
07 - Building Web Applications using SpringBoot and Spring MVC/007 Creating simple web application using Spring Boot.mp4 56.67 MB
07 - Building Web Applications using SpringBoot and Spring MVC/008 Running simple web application using Spring Boot.mp4 89.01 MB
07 - Building Web Applications using SpringBoot and Spring MVC/009 Changing the default server port & context path of SpringBoot Web application.mp4 27.49 MB
07 - Building Web Applications using SpringBoot and Spring MVC/010 Random server port number inside SpringBoot.mp4 14.07 MB
07 - Building Web Applications using SpringBoot and Spring MVC/011 Demo of SpringBoot Autoconfiguration.mp4 31.68 MB
07 - Building Web Applications using SpringBoot and Spring MVC/012 Quick recap.mp4 14.85 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/001 Quick Tip - Mapping multiple paths inside Spring Web Application.mp4 96.2 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/002 Introduction to Thymeleaf.mp4 45.54 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/003 Building dynamic content using Thymeleaf.mp4 36.87 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/004 Disabling Thymeleaf template caching.mp4 29.8 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/005 Introduction to Spring Boot DevTools.mp4 22.4 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/006 Implemetation & Demo of Spring Boot DevTools.mp4 31.66 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/007 Building Home Page of EazySchool Web Application.mp4 63.87 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/008 Understanding the Home Page source code of EazySchool.mp4 46.96 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/009 Deep Dive of Spring MVC Internal architecture.mp4 36.8 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/010 Separation of Header and Footer code using Thymeleaf replace tag.mp4 60.55 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/011 Building Courses Web Page of Eazy School Web Application.mp4 116.33 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/012 Quick Tip - Resolving Build & Cache issues inside maven projects.mp4 3.25 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/013 Building About Page of Eazy School Web Application.mp4 74.26 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/014 Building Contact Page of Eazy School Web Application.mp4 64.27 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/015 Submit information from Contact page using @RequestParam.mp4 82.26 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/016 Submit information from Contact page using POJO object.mp4 71.21 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/017 Define actions for all the links in the Home & Footer page.mp4 67.74 MB
08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/018 Building Holidays Page of Eazy School Web Application.mp4 111.04 MB
09 - Deep dive of Lombok library/001 Introduction to Lombok library.mp4 24.17 MB
09 - Deep dive of Lombok library/002 Implementing Lombok inside Eazy School Web App.mp4 25.74 MB
09 - Deep dive of Lombok library/003 Demo of @Slf4j annotation from Lombok library.mp4 33.49 MB
10 - Processing Query Params & Path Variables inside Spring/001 Accepting Query Params using @RequestParam annotation - Theory.mp4 24.03 MB
10 - Processing Query Params & Path Variables inside Spring/002 Accepting Query Params using @RequestParam annotation - Coding.mp4 103.3 MB
10 - Processing Query Params & Path Variables inside Spring/003 Accepting Path Params using @PathVariable annotation - Theory.mp4 16.34 MB
10 - Processing Query Params & Path Variables inside Spring/004 Accepting Path Params using @PathVariable annotation - Coding.mp4 62.14 MB
11 - Validating the input using Java Bean & Hibernate Validators/001 Importance of Validations inside Web Applications.mp4 64.91 MB
11 - Validating the input using Java Bean & Hibernate Validators/002 Introduction to Java Bean Validations.mp4 41.34 MB
11 - Validating the input using Java Bean & Hibernate Validators/003 Adding Bean Validation annotations inside Contact POJO class.mp4 35.3 MB
11 - Validating the input using Java Bean & Hibernate Validators/004 Adding Bean Validation related changes inside EazySchool Web Application.mp4 108.56 MB
11 - Validating the input using Java Bean & Hibernate Validators/005 Demo of Bean Validations inside Contact form Page.mp4 52.13 MB
12 - Beans Web scopes inside Spring framework/001 Introduction to Spring Web Scopes.mp4 13.64 MB
12 - Beans Web scopes inside Spring framework/002 Use Cases of Spring Web Scopes.mp4 29.11 MB
12 - Beans Web scopes inside Spring framework/003 Demo of @RequestScope inside Eazy School Web Application.mp4 40.84 MB
12 - Beans Web scopes inside Spring framework/004 Demo of @SessionScope inside Eazy School Web Application.mp4 52.22 MB
12 - Beans Web scopes inside Spring framework/005 Demo of @ApplicationScope inside Eazy School Web Application.mp4 31.64 MB
13 - Implement security inside Web App - Spring Security Part 1/001 Introduction to Spring Security.mp4 27.54 MB
13 - Implement security inside Web App - Spring Security Part 1/002 Deepdive of Authentication Vs Authorization.mp4 14.58 MB
13 - Implement security inside Web App - Spring Security Part 1/003 Demo of Spring Security inside Eazy School Web App with default behavior.mp4 36.64 MB
13 - Implement security inside Web App - Spring Security Part 1/004 Configure custom credentials inside Spring Security.mp4 28.17 MB
13 - Implement security inside Web App - Spring Security Part 1/005 Understanding default security configurations inside Spring Security framework.mp4 24.59 MB
13 - Implement security inside Web App - Spring Security Part 1/006 Configure permitAll() inside Web App using Spring Security.mp4 47.52 MB
13 - Implement security inside Web App - Spring Security Part 1/007 Configure denyAll() inside Web App using Spring Security.mp4 19.14 MB
13 - Implement security inside Web App - Spring Security Part 1/008 Configure custom security configurations using Spring Security.mp4 64.55 MB
13 - Implement security inside Web App - Spring Security Part 1/009 Demo of CSRF protection & CSRF Disable inside Spring Security framework.mp4 70.88 MB
13 - Implement security inside Web App - Spring Security Part 1/010 Comparison of mvcMatchers(), antMatchers(), regexMatchers() of Spring Security.mp4 34.25 MB
13 - Implement security inside Web App - Spring Security Part 1/011 Configure multiple users using inMemoryAuthentication() of Spring Security.mp4 67.83 MB
13 - Implement security inside Web App - Spring Security Part 1/012 Implement Login & Logout inside Web App - Part 1.mp4 35.68 MB
13 - Implement security inside Web App - Spring Security Part 1/013 Implement Login & Logout inside Web App - Part 2.mp4 111.53 MB
13 - Implement security inside Web App - Spring Security Part 1/014 Implement Login & Logout inside Web App - Part 3.mp4 57.68 MB
13 - Implement security inside Web App - Spring Security Part 1/015 Demo of integration between ThymeLeaf & Spring Security.mp4 97.83 MB
14 - Exception Handling using @ControllerAdvice & @ExceptionHandler/001 Introduction to @ControllerAdvice & @ExceptionHandler annotations.mp4 63.16 MB
14 - Exception Handling using @ControllerAdvice & @ExceptionHandler/002 Demo of @ControllerAdvice & @ExceptionHandler annotations.mp4 88.52 MB
15 - Implement CSRF fix inside Web App - Spring Security Part 2/001 Deep dive of CSRF attack.mp4 40.05 MB
15 - Implement CSRF fix inside Web App - Spring Security Part 2/002 Solution for CSRF attack - Theory.mp4 36.47 MB
15 - Implement CSRF fix inside Web App - Spring Security Part 2/003 Solution for CSRF attack - Coding.mp4 51.82 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/001 Introduction to in-memory H2 Database of Spring Boot.mp4 23.89 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/002 Setup H2 Database inside a Spring Boot web application.mp4 49.9 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/003 Introduction to JDBC & problems with it.mp4 44.54 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/004 Introduction to Spring JDBC.mp4 30.8 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/005 Deep dive on usage of JdbcTemplate.mp4 46.73 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/006 Saving Contact Message into DB using JdbcTemplate Insert operation.mp4 93.29 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/007 Display Contact messages from DB using JdbcTemplate select operation - Part 1.mp4 41.12 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/008 Display Contact messages from DB using JdbcTemplate select operation - Part 2.mp4 64.65 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/009 Update Contact messages status using JdbcTemplate update operation.mp4 51.58 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/010 Implementing AOP inside Eazy School Web Application.mp4 68.41 MB
16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/011 Display list of Holidays from H2 Database using JdbcTemplate.mp4 94.74 MB
17 - Setup MySQL DB in AWS & migrating from H2 DB/001 Setup MYSQL DB inside AWS - Part 1.mp4 33.22 MB
17 - Setup MySQL DB in AWS & migrating from H2 DB/002 Setup MYSQL DB inside AWS - Part 2.mp4 30.99 MB
17 - Setup MySQL DB in AWS & migrating from H2 DB/003 Migrate from H2 Database to MYSQL Database.mp4 69.43 MB
17 - Setup MySQL DB in AWS & migrating from H2 DB/004 Demo of MYSQL Database changes inside Eazy School Web App.mp4 59.26 MB
18 - Introduction to Spring Data & Spring Data JPA/001 Problems with Spring JDBC & how ORM frameworks solve these problems.mp4 31.28 MB
18 - Introduction to Spring Data & Spring Data JPA/002 Introduction to Spring Data.mp4 23.67 MB
18 - Introduction to Spring Data & Spring Data JPA/003 Deepdive on Repository,CrudRepository,PagingAndSortingRepository,JpaRepository.mp4 115.7 MB
18 - Introduction to Spring Data & Spring Data JPA/004 Introduction to Spring Data JPA.mp4 83.47 MB
18 - Introduction to Spring Data & Spring Data JPA/005 Migrate from Spring JDBC to Spring Data JPA - Part 1.mp4 68.1 MB
18 - Introduction to Spring Data & Spring Data JPA/006 Migrate from Spring JDBC to Spring Data JPA - Part 2.mp4 120.76 MB
18 - Introduction to Spring Data & Spring Data JPA/007 Migrate from Spring JDBC to Spring Data JPA - Part 3.mp4 61.83 MB
18 - Introduction to Spring Data & Spring Data JPA/008 Migrate from Spring JDBC to Spring Data JPA - Part 4.mp4 87.66 MB
18 - Introduction to Spring Data & Spring Data JPA/009 Deep dive on derived query methods inside Spring Data JPA.mp4 55.68 MB
19 - Auditing support by Spring Data JPA inside Web Applications/001 Introduction of Auditing Support by Spring Data JPA.mp4 46.86 MB
19 - Auditing support by Spring Data JPA inside Web Applications/002 Implement automatic auditing support with Spring Data JPA - Part 1.mp4 60.2 MB
19 - Auditing support by Spring Data JPA inside Web Applications/003 Implement automatic auditing support with Spring Data JPA - Part 2.mp4 48.08 MB
20 - Building Custom Validations inside Spring MVC/001 Building new user registration web page inside Eazy School Web App.mp4 127.98 MB
20 - Building Custom Validations inside Spring MVC/002 Building Custom validations for new user registration page - Part 1.mp4 24.1 MB
20 - Building Custom Validations inside Spring MVC/003 Building Custom validations for new user registration page - Part 2.mp4 73.66 MB
20 - Building Custom Validations inside Spring MVC/004 Building Custom validations for new user registration page - Part 3.mp4 51.97 MB
20 - Building Custom Validations inside Spring MVC/005 Building Custom validations for new user registration page - Part 4.mp4 116.3 MB
22 - Spring Security custom Authentication using DB & Password Hashing/004 Problems with Authentication logic using plain text passwords.mp4 6.9 MB
22 - Spring Security custom Authentication using DB & Password Hashing/005 Deep dive on Encoding, Encryption and Hashing for password management.mp4 74.43 MB
22 - Spring Security custom Authentication using DB & Password Hashing/006 Deep dive on PasswordEncoder & BCryptPasswordEncoder.mp4 56.96 MB
22 - Spring Security custom Authentication using DB & Password Hashing/007 Implementing password hashing with BCryptPaswordEncoder - Part 1.mp4 91.34 MB
22 - Spring Security custom Authentication using DB & Password Hashing/008 Implementing password hashing with BCryptPaswordEncoder - Part 2.mp4 17.92 MB
22 - Spring Security custom Authentication using DB & Password Hashing/009 Quick Tip - To Disable the javax validations in Spring Data JPA.mp4 21.98 MB
23 - Building Profile web page inside Eazy School Web App/001 Displaying Profile link inside Dashboard web page.mp4 34.77 MB
23 - Building Profile web page inside Eazy School Web App/002 Displaying Profile Web Page on click of profile link in Dashboard.mp4 75.12 MB
23 - Building Profile web page inside Eazy School Web App/003 Fetch data from DB and display on the Profile web page.mp4 102.41 MB
23 - Building Profile web page inside Eazy School Web App/004 Save Address Data into DB from Profile Page.mp4 90.01 MB
24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/002 Displaying Classes, Courses link inside Dashboard web page.mp4 64.02 MB
24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/003 Introduction to OneToMany & ManyToOne mappings.mp4 61.05 MB
24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/004 Implement OneToMany & ManyToOne configurations inside Entity classes.mp4 63.65 MB
24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/005 Displaying new Web Page on click of classes link in Dashboard.mp4 51.94 MB
24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/006 Add & Delete Classes enhancement inside Eazy School Web App.mp4 112.26 MB
24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/008 Display, Add & Delete Students enhancement inside Eazy School Web App - Part 2.mp4 66.28 MB
25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/001 Introduction to ManyToMany relationship in ORM frameworks.mp4 42.11 MB
25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/002 Implement ManyToMany configurations inside Entity classes.mp4 82.43 MB
25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/005 Display & Add Students enhancement inside Course Web Page.mp4 88.12 MB
25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/006 Delete Student enhancement inside Course Web Page.mp4 50.47 MB
26 - Sorting & Pagination inside Spring Data JPA/001 Introduction to Sorting inside Spring Data JPA.mp4 21.84 MB
26 - Sorting & Pagination inside Spring Data JPA/002 Implement & Demo of Static Sorting.mp4 42.18 MB
26 - Sorting & Pagination inside Spring Data JPA/003 Implement & Demo of Dynamic Sorting.mp4 40.34 MB
26 - Sorting & Pagination inside Spring Data JPA/004 Introduction to Pagination inside Spring Data JPA.mp4 39.49 MB
26 - Sorting & Pagination inside Spring Data JPA/005 Implement & Demo of Pagination & Dynamic Sorting - Part 1.mp4 156.91 MB
26 - Sorting & Pagination inside Spring Data JPA/006 Implement & Demo of Pagination & Dynamic Sorting - Part 2.mp4 115.49 MB
27 - Writing Custom Queries inside Spring Data JPA/001 Introduction to custom queries using @Query,@NamedQuery,@NamedNativeQuery & JPQL.mp4 132.62 MB
27 - Writing Custom Queries inside Spring Data JPA/002 Writing Custom Queries using @Query Annotation.mp4 57.06 MB
27 - Writing Custom Queries inside Spring Data JPA/003 Writing Custom Update Queries using @Query,@Modifying,@Transactional Annotations.mp4 52.84 MB
27 - Writing Custom Queries inside Spring Data JPA/004 Deep dive on @NamedQuery,@NamedNativeQuery inside Spring Data JPA.mp4 20.5 MB
27 - Writing Custom Queries inside Spring Data JPA/005 Writing Custom Queries using @NamedQuery,@NamedNativeQuery Annotations.mp4 144.48 MB
28 - Building REST Services using Spring framework/001 Introduction to REST Services.mp4 16.03 MB
28 - Building REST Services using Spring framework/002 Build REST services using Spring MVC style & @ResponseBody annotation - Theory.mp4 12.81 MB
28 - Building REST Services using Spring framework/003 Implement REST service using Spring MVC style & @ResponseBody - Part 1.mp4 33.2 MB
28 - Building REST Services using Spring framework/004 Implement REST service using Spring MVC style & @ResponseBody - Part 2.mp4 44.68 MB
28 - Building REST Services using Spring framework/005 Deep dive & Demo of @RequestBody annotation.mp4 59.06 MB
28 - Building REST Services using Spring framework/006 Implement REST Services using @RestController annotation.mp4 21.32 MB
28 - Building REST Services using Spring framework/007 Demo of save operation using Rest Service & ResponseEntity.mp4 116.68 MB
28 - Building REST Services using Spring framework/008 Demo of delete operation using Rest Service & RequestEntity.mp4 57.31 MB
28 - Building REST Services using Spring framework/009 Demo of update operation using Rest Service & recap of all Rest annotations.mp4 53.98 MB
28 - Building REST Services using Spring framework/010 Implement global error logic for Rest Services using @RestControllerAdvice.mp4 49.89 MB
28 - Building REST Services using Spring framework/011 Deep dive on CROSS-ORIGIN RESOURCE SHARING (CORS) & @CrossOrigin annotation.mp4 28.43 MB
28 - Building REST Services using Spring framework/012 Sending Response in XML format in Rest Services.mp4 34.6 MB
28 - Building REST Services using Spring framework/013 Demo of Content filter inside Rest Services using @JsonIgnore annotation.mp4 36.07 MB
29 - Consuming Rest Services using Spring framework/001 Introduction to Consuming Rest Services inside Web Applications.mp4 80.97 MB
29 - Consuming Rest Services using Spring framework/002 Consuming Rest Services using OpenFeign - Theory.mp4 56.17 MB
29 - Consuming Rest Services using Spring framework/003 Consuming Rest Services using OpenFeign - Coding.mp4 75.11 MB
29 - Consuming Rest Services using Spring framework/004 Consuming Rest Services using RestTemplate.mp4 81.28 MB
29 - Consuming Rest Services using Spring framework/005 Consuming Rest Services using WebClient.mp4 94.9 MB
30 - Deep dive on Spring Data Rest & HAL Explorer/001 Introduction to Spring Data Rest & HAL Explorer.mp4 27.57 MB
30 - Deep dive on Spring Data Rest & HAL Explorer/002 Deep dive of Spring Data Rest & exploring Rest APIs - Part 1.mp4 52.88 MB
30 - Deep dive on Spring Data Rest & HAL Explorer/003 Deep dive of Spring Data Rest & exploring Rest APIs - Part 2.mp4 28.16 MB
30 - Deep dive on Spring Data Rest & HAL Explorer/004 Exploring Rest APIs of Spring Data Rest using HAL Explorer.mp4 34.03 MB
30 - Deep dive on Spring Data Rest & HAL Explorer/005 Securing Spring Data Rest APIs & HAL Explorer.mp4 30.58 MB
30 - Deep dive on Spring Data Rest & HAL Explorer/006 Quick Tips around Spring Data Rest.mp4 44.16 MB
31 - Logging Configurations inside SpringBoot/001 Introduction to Logging inside SpringBoot.mp4 62.46 MB
31 - Logging Configurations inside SpringBoot/002 Logging configurations for SpringBoot framework code.mp4 64.72 MB
31 - Logging Configurations inside SpringBoot/003 Logging configurations for Application code.mp4 59.81 MB
31 - Logging Configurations inside SpringBoot/004 Store log statements into a custom file and folder.mp4 93.99 MB
32 - Properties Configuration & Profiles inside SpringBoot/001 Introduction to Externalized properties inside SpringBoot Web Applications.mp4 19.78 MB
32 - Properties Configuration & Profiles inside SpringBoot/002 Reading properties using @Value annotation.mp4 49.96 MB
32 - Properties Configuration & Profiles inside SpringBoot/003 Reading properties using Environment interface.mp4 39.11 MB
32 - Properties Configuration & Profiles inside SpringBoot/004 Reading properties using @ConfigurationProperties - Theory.mp4 72.41 MB
32 - Properties Configuration & Profiles inside SpringBoot/005 Reading properties using @ConfigurationProperties - Coding.mp4 88.47 MB
32 - Properties Configuration & Profiles inside SpringBoot/006 Introduction to Profiles in Spring.mp4 13.43 MB
32 - Properties Configuration & Profiles inside SpringBoot/007 Implementation & Demo of Profiles inside Eazy School Web App.mp4 59.68 MB
32 - Properties Configuration & Profiles inside SpringBoot/008 Various approaches to activate Profiles inside Spring.mp4 91.87 MB
32 - Properties Configuration & Profiles inside SpringBoot/009 Creating beans conditionally based on active profile.mp4 42.74 MB
33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/001 Introduction to Spring Boot Actuator.mp4 11.47 MB
33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/002 Implement and Secure Actuator inside Eazy School Web App.mp4 55.28 MB
33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/003 Deepdive of Actuator endpoints.mp4 120.2 MB
33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/004 Exploring Actuator data using Spring Boot Admin.mp4 113.5 MB
34 - Deploying SpringBoot App into AWS Cloud/001 Introduction to Cloud Deployment, AWS EC2 & AWS Elastic Beanstalk.mp4 33.72 MB
34 - Deploying SpringBoot App into AWS Cloud/002 Packaging Spring Boot application for AWS Deployment.mp4 72.45 MB
34 - Deploying SpringBoot App into AWS Cloud/003 Deploying Spring Boot app into AWS Elatsic Beanstalk - Part 1.mp4 59.34 MB
34 - Deploying SpringBoot App into AWS Cloud/004 Deploying Spring Boot app into AWS Elatsic Beanstalk - Part 2.mp4 79.34 MB
34 - Deploying SpringBoot App into AWS Cloud/005 Switching DB inside AWS Elastic Beanstalk.mp4 50.26 MB
34 - Deploying SpringBoot App into AWS Cloud/006 Deleting AWS Beanstalk & DB resources.mp4 9.78 MB
35 - Thank You & Congratulations/001 Thank You & Congratulations.mp4 6.47 MB
其他位置