首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Master Spring framework, Spring Boot, REST, JPA, Hibernate

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-3-28 14:54 2024-5-24 05:38 109 11.66 GB 236
二维码链接
[FreeCourseSite.com] Udemy - Master Spring framework, Spring Boot, REST, JPA, Hibernate的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Introduction to Spring Framework/001 Introduction to the course & Agenda of the course.mp479.28MB
  2. 01 - Introduction to Spring Framework/002 Details of Source Code, PDF Content & other instructions for the course.mp469.33MB
  3. 01 - Introduction to Spring Framework/003 What is Spring.mp439.06MB
  4. 01 - Introduction to Spring Framework/004 Jakarta EE Vs Spring.mp446.58MB
  5. 01 - Introduction to Spring Framework/005 Why should we use frameworks.mp458.03MB
  6. 01 - Introduction to Spring Framework/006 Introduction to Spring Projects - Part 1.mp423.3MB
  7. 01 - Introduction to Spring Framework/007 Introduction to Spring Projects - Part 2.mp438.19MB
  8. 02 - Section 2 - Deep Dive of Spring Core/001 Introduction to Spring Core.mp44.75MB
  9. 02 - Section 2 - Deep Dive of Spring Core/002 Introduction to Inversion of Control (IoC) & Dependency Injection (DI).mp410.18MB
  10. 02 - Section 2 - Deep Dive of Spring Core/003 Demo of Inversion of Control (IoC) & Dependency Injection (DI).mp447.98MB
  11. 02 - Section 2 - Deep Dive of Spring Core/004 Advantages of Inversion of Control & Dependency Injection.mp418.65MB
  12. 02 - Section 2 - Deep Dive of Spring Core/005 Introductions to Beans, Context and SpEL.mp429.68MB
  13. 02 - Section 2 - Deep Dive of Spring Core/006 Introduction to Spring IoC Container.mp413.54MB
  14. 03 - Creating Beans inside Spring Context/001 Installation of Maven.mp427.2MB
  15. 03 - Creating Beans inside Spring Context/002 Creating Maven Project.mp454.69MB
  16. 03 - Creating Beans inside Spring Context/003 Creating Beans using @Bean annotation.mp489.62MB
  17. 03 - Creating Beans inside Spring Context/004 Understanding NoUniqueBeanDefinitionException in Spring.mp451.84MB
  18. 03 - Creating Beans inside Spring Context/005 Providing a custom name to the bean.mp413.44MB
  19. 03 - Creating Beans inside Spring Context/006 Understanding @Primary Annotation inside Spring.mp447.16MB
  20. 03 - Creating Beans inside Spring Context/007 Creating Beans using @Component annotation.mp434.49MB
  21. 03 - Creating Beans inside Spring Context/008 Stereotype Annotations in Spring.mp423.64MB
  22. 03 - Creating Beans inside Spring Context/009 Comparison between @Bean Vs @Component.mp414.89MB
  23. 03 - Creating Beans inside Spring Context/010 Understanding @PostConstruct Annotation.mp425.19MB
  24. 03 - Creating Beans inside Spring Context/011 Understanding @PreDestroy Annotation.mp420.69MB
  25. 03 - Creating Beans inside Spring Context/012 Creating Beans programmatically using registerBean().mp457.79MB
  26. 03 - Creating Beans inside Spring Context/013 Creating Beans using XML Configurations.mp442.3MB
  27. 04 - Wiring Beans using @Autowiring/001 Introduction to wiring & auto-wiring inside Spring.mp423.51MB
  28. 04 - Wiring Beans using @Autowiring/002 Wiring Beans using method call.mp461.15MB
  29. 04 - Wiring Beans using @Autowiring/003 Wiring Beans using method parameters.mp429.37MB
  30. 04 - Wiring Beans using @Autowiring/004 Wiring Beans using @Autowired on class fields.mp470.27MB
  31. 04 - Wiring Beans using @Autowiring/005 Wiring Beans using @Autowired on setter method.mp428.71MB
  32. 04 - Wiring Beans using @Autowiring/006 Wiring Beans using @Autowired on constructor.mp424.25MB
  33. 04 - Wiring Beans using @Autowiring/007 Deep dive of Autowiring inside Spring - Theory.mp420.87MB
  34. 04 - Wiring Beans using @Autowiring/008 Deep dive of Autowiring inside Spring - Coding example.mp444.12MB
  35. 04 - Wiring Beans using @Autowiring/009 Understanding and Avoiding Circular dependencies.mp431.42MB
  36. 04 - Wiring Beans using @Autowiring/010 Problem Statement for Assignment related to Beans, Autowiring and DI.mp411.88MB
  37. 04 - Wiring Beans using @Autowiring/011 Solution for Assignment related to Beans, Autowiring and DI.mp492.15MB
  38. 05 - Beans scope inside Spring framework/001 Introduction to Bean Scopes inside Spring.mp44.23MB
  39. 05 - Beans scope inside Spring framework/002 Deepdive on Singleton Bean scope.mp440.37MB
  40. 05 - Beans scope inside Spring framework/003 What is a Race Condition.mp420.72MB
  41. 05 - Beans scope inside Spring framework/004 Usecases of Singleton Bean scope.mp411.04MB
  42. 05 - Beans scope inside Spring framework/005 Deepdive of Eager and Lazy instantiation of Singleton scope.mp414.82MB
  43. 05 - Beans scope inside Spring framework/006 Demo of Eager and Lazy instantiation of Singleton bean.mp440MB
  44. 05 - Beans scope inside Spring framework/007 Eager Initialization Vs Lazy Initialization.mp410.2MB
  45. 05 - Beans scope inside Spring framework/008 Deepdive of Prototype Bean scope.mp433.33MB
  46. 05 - Beans scope inside Spring framework/009 Singleton Beans Vs Prototype Beans.mp410.32MB
  47. 06 - Aspect Oriented Programming (AOP) inside Spring framework/001 Introduction to Aspect Oriented Programming (AOP).mp429.85MB
  48. 06 - Aspect Oriented Programming (AOP) inside Spring framework/002 Understanding the problems inside web applications with out AOP.mp432.43MB
  49. 06 - Aspect Oriented Programming (AOP) inside Spring framework/003 Understanding & Running the Application with out AOP.mp462.18MB
  50. 06 - Aspect Oriented Programming (AOP) inside Spring framework/004 AOP Jargons.mp412.66MB
  51. 06 - Aspect Oriented Programming (AOP) inside Spring framework/005 Weaving inside AOP.mp48.27MB
  52. 06 - Aspect Oriented Programming (AOP) inside Spring framework/006 Type of Advices inside AOP.mp421.06MB
  53. 06 - Aspect Oriented Programming (AOP) inside Spring framework/007 Configuring Advices inside AOP - Theory.mp469.28MB
  54. 06 - Aspect Oriented Programming (AOP) inside Spring framework/008 Configuring @Around advice.mp469.77MB
  55. 06 - Aspect Oriented Programming (AOP) inside Spring framework/009 Configuring @Before advice.mp461.23MB
  56. 06 - Aspect Oriented Programming (AOP) inside Spring framework/010 Configuring @AfterThrowing and @AfterReturning advices.mp473.81MB
  57. 06 - Aspect Oriented Programming (AOP) inside Spring framework/011 Configuring Advices inside AOP with Annotations approach.mp410.3MB
  58. 06 - Aspect Oriented Programming (AOP) inside Spring framework/012 Demo of Configuring Advices inside AOP with Annotations approach.mp456.21MB
  59. 07 - Building Web Applications using SpringBoot and Spring MVC/001 Quick Introduction about Web Applications.mp422.9MB
  60. 07 - Building Web Applications using SpringBoot and Spring MVC/002 Role of Servlets inside Web Applications.mp421.05MB
  61. 07 - Building Web Applications using SpringBoot and Spring MVC/003 Evolution of Web Apps inside Java ecosystem.mp412.88MB
  62. 07 - Building Web Applications using SpringBoot and Spring MVC/004 Types of Web Apps we can build with Spring.mp417.56MB
  63. 07 - Building Web Applications using SpringBoot and Spring MVC/005 Introduction to Spring Boot - The Hero of Spring framework.mp431.77MB
  64. 07 - Building Web Applications using SpringBoot and Spring MVC/006 Spring Boot Important features.mp433.74MB
  65. 07 - Building Web Applications using SpringBoot and Spring MVC/007 Creating simple web application using Spring Boot.mp456.67MB
  66. 07 - Building Web Applications using SpringBoot and Spring MVC/008 Running simple web application using Spring Boot.mp489.01MB
  67. 07 - Building Web Applications using SpringBoot and Spring MVC/009 Changing the default server port & context path of SpringBoot Web application.mp427.49MB
  68. 07 - Building Web Applications using SpringBoot and Spring MVC/010 Random server port number inside SpringBoot.mp414.07MB
  69. 07 - Building Web Applications using SpringBoot and Spring MVC/011 Demo of SpringBoot Autoconfiguration.mp431.68MB
  70. 07 - Building Web Applications using SpringBoot and Spring MVC/012 Quick recap.mp414.85MB
  71. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/001 Quick Tip - Mapping multiple paths inside Spring Web Application.mp496.2MB
  72. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/002 Introduction to Thymeleaf.mp445.54MB
  73. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/003 Building dynamic content using Thymeleaf.mp436.87MB
  74. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/004 Disabling Thymeleaf template caching.mp429.8MB
  75. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/005 Introduction to Spring Boot DevTools.mp422.4MB
  76. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/006 Implemetation & Demo of Spring Boot DevTools.mp431.66MB
  77. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/007 Building Home Page of EazySchool Web Application.mp463.87MB
  78. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/008 Understanding the Home Page source code of EazySchool.mp446.96MB
  79. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/009 Deep Dive of Spring MVC Internal architecture.mp436.8MB
  80. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/010 Separation of Header and Footer code using Thymeleaf replace tag.mp460.55MB
  81. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/011 Building Courses Web Page of Eazy School Web Application.mp4116.33MB
  82. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/012 Quick Tip - Resolving Build & Cache issues inside maven projects.mp43.25MB
  83. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/013 Building About Page of Eazy School Web Application.mp474.26MB
  84. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/014 Building Contact Page of Eazy School Web Application.mp464.27MB
  85. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/015 Submit information from Contact page using @RequestParam.mp482.26MB
  86. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/016 Submit information from Contact page using POJO object.mp471.21MB
  87. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/017 Define actions for all the links in the Home & Footer page.mp467.74MB
  88. 08 - Adapting Thymeleaf for building dynamic content inside Spring MVC Web Apps/018 Building Holidays Page of Eazy School Web Application.mp4111.04MB
  89. 09 - Deep dive of Lombok library/001 Introduction to Lombok library.mp424.17MB
  90. 09 - Deep dive of Lombok library/002 Implementing Lombok inside Eazy School Web App.mp425.74MB
  91. 09 - Deep dive of Lombok library/003 Demo of @Slf4j annotation from Lombok library.mp433.49MB
  92. 10 - Processing Query Params & Path Variables inside Spring/001 Accepting Query Params using @RequestParam annotation - Theory.mp424.03MB
  93. 10 - Processing Query Params & Path Variables inside Spring/002 Accepting Query Params using @RequestParam annotation - Coding.mp4103.3MB
  94. 10 - Processing Query Params & Path Variables inside Spring/003 Accepting Path Params using @PathVariable annotation - Theory.mp416.34MB
  95. 10 - Processing Query Params & Path Variables inside Spring/004 Accepting Path Params using @PathVariable annotation - Coding.mp462.14MB
  96. 11 - Validating the input using Java Bean & Hibernate Validators/001 Importance of Validations inside Web Applications.mp464.91MB
  97. 11 - Validating the input using Java Bean & Hibernate Validators/002 Introduction to Java Bean Validations.mp441.34MB
  98. 11 - Validating the input using Java Bean & Hibernate Validators/003 Adding Bean Validation annotations inside Contact POJO class.mp435.3MB
  99. 11 - Validating the input using Java Bean & Hibernate Validators/004 Adding Bean Validation related changes inside EazySchool Web Application.mp4108.56MB
  100. 11 - Validating the input using Java Bean & Hibernate Validators/005 Demo of Bean Validations inside Contact form Page.mp452.13MB
  101. 12 - Beans Web scopes inside Spring framework/001 Introduction to Spring Web Scopes.mp413.64MB
  102. 12 - Beans Web scopes inside Spring framework/002 Use Cases of Spring Web Scopes.mp429.11MB
  103. 12 - Beans Web scopes inside Spring framework/003 Demo of @RequestScope inside Eazy School Web Application.mp440.84MB
  104. 12 - Beans Web scopes inside Spring framework/004 Demo of @SessionScope inside Eazy School Web Application.mp452.22MB
  105. 12 - Beans Web scopes inside Spring framework/005 Demo of @ApplicationScope inside Eazy School Web Application.mp431.64MB
  106. 13 - Implement security inside Web App - Spring Security Part 1/001 Introduction to Spring Security.mp427.54MB
  107. 13 - Implement security inside Web App - Spring Security Part 1/002 Deepdive of Authentication Vs Authorization.mp414.58MB
  108. 13 - Implement security inside Web App - Spring Security Part 1/003 Demo of Spring Security inside Eazy School Web App with default behavior.mp436.64MB
  109. 13 - Implement security inside Web App - Spring Security Part 1/004 Configure custom credentials inside Spring Security.mp428.17MB
  110. 13 - Implement security inside Web App - Spring Security Part 1/005 Understanding default security configurations inside Spring Security framework.mp424.59MB
  111. 13 - Implement security inside Web App - Spring Security Part 1/006 Configure permitAll() inside Web App using Spring Security.mp447.52MB
  112. 13 - Implement security inside Web App - Spring Security Part 1/007 Configure denyAll() inside Web App using Spring Security.mp419.14MB
  113. 13 - Implement security inside Web App - Spring Security Part 1/008 Configure custom security configurations using Spring Security.mp464.55MB
  114. 13 - Implement security inside Web App - Spring Security Part 1/009 Demo of CSRF protection & CSRF Disable inside Spring Security framework.mp470.88MB
  115. 13 - Implement security inside Web App - Spring Security Part 1/010 Comparison of mvcMatchers(), antMatchers(), regexMatchers() of Spring Security.mp434.25MB
  116. 13 - Implement security inside Web App - Spring Security Part 1/011 Configure multiple users using inMemoryAuthentication() of Spring Security.mp467.83MB
  117. 13 - Implement security inside Web App - Spring Security Part 1/012 Implement Login & Logout inside Web App - Part 1.mp435.68MB
  118. 13 - Implement security inside Web App - Spring Security Part 1/013 Implement Login & Logout inside Web App - Part 2.mp4111.53MB
  119. 13 - Implement security inside Web App - Spring Security Part 1/014 Implement Login & Logout inside Web App - Part 3.mp457.68MB
  120. 13 - Implement security inside Web App - Spring Security Part 1/015 Demo of integration between ThymeLeaf & Spring Security.mp497.83MB
  121. 14 - Exception Handling using @ControllerAdvice & @ExceptionHandler/001 Introduction to @ControllerAdvice & @ExceptionHandler annotations.mp463.16MB
  122. 14 - Exception Handling using @ControllerAdvice & @ExceptionHandler/002 Demo of @ControllerAdvice & @ExceptionHandler annotations.mp488.52MB
  123. 15 - Implement CSRF fix inside Web App - Spring Security Part 2/001 Deep dive of CSRF attack.mp440.05MB
  124. 15 - Implement CSRF fix inside Web App - Spring Security Part 2/002 Solution for CSRF attack - Theory.mp436.47MB
  125. 15 - Implement CSRF fix inside Web App - Spring Security Part 2/003 Solution for CSRF attack - Coding.mp451.82MB
  126. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/001 Introduction to in-memory H2 Database of Spring Boot.mp423.89MB
  127. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/002 Setup H2 Database inside a Spring Boot web application.mp449.9MB
  128. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/003 Introduction to JDBC & problems with it.mp444.54MB
  129. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/004 Introduction to Spring JDBC.mp430.8MB
  130. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/005 Deep dive on usage of JdbcTemplate.mp446.73MB
  131. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/006 Saving Contact Message into DB using JdbcTemplate Insert operation.mp493.29MB
  132. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/007 Display Contact messages from DB using JdbcTemplate select operation - Part 1.mp441.12MB
  133. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/008 Display Contact messages from DB using JdbcTemplate select operation - Part 2.mp464.65MB
  134. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/009 Update Contact messages status using JdbcTemplate update operation.mp451.58MB
  135. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/010 Implementing AOP inside Eazy School Web Application.mp468.41MB
  136. 16 - Deep dive on Spring Boot H2 Database & Spring JDBC framework/011 Display list of Holidays from H2 Database using JdbcTemplate.mp494.74MB
  137. 17 - Setup MySQL DB in AWS & migrating from H2 DB/001 Setup MYSQL DB inside AWS - Part 1.mp433.22MB
  138. 17 - Setup MySQL DB in AWS & migrating from H2 DB/002 Setup MYSQL DB inside AWS - Part 2.mp430.99MB
  139. 17 - Setup MySQL DB in AWS & migrating from H2 DB/003 Migrate from H2 Database to MYSQL Database.mp469.43MB
  140. 17 - Setup MySQL DB in AWS & migrating from H2 DB/004 Demo of MYSQL Database changes inside Eazy School Web App.mp459.26MB
  141. 18 - Introduction to Spring Data & Spring Data JPA/001 Problems with Spring JDBC & how ORM frameworks solve these problems.mp431.28MB
  142. 18 - Introduction to Spring Data & Spring Data JPA/002 Introduction to Spring Data.mp423.67MB
  143. 18 - Introduction to Spring Data & Spring Data JPA/003 Deepdive on Repository,CrudRepository,PagingAndSortingRepository,JpaRepository.mp4115.7MB
  144. 18 - Introduction to Spring Data & Spring Data JPA/004 Introduction to Spring Data JPA.mp483.47MB
  145. 18 - Introduction to Spring Data & Spring Data JPA/005 Migrate from Spring JDBC to Spring Data JPA - Part 1.mp468.1MB
  146. 18 - Introduction to Spring Data & Spring Data JPA/006 Migrate from Spring JDBC to Spring Data JPA - Part 2.mp4120.76MB
  147. 18 - Introduction to Spring Data & Spring Data JPA/007 Migrate from Spring JDBC to Spring Data JPA - Part 3.mp461.83MB
  148. 18 - Introduction to Spring Data & Spring Data JPA/008 Migrate from Spring JDBC to Spring Data JPA - Part 4.mp487.66MB
  149. 18 - Introduction to Spring Data & Spring Data JPA/009 Deep dive on derived query methods inside Spring Data JPA.mp455.68MB
  150. 19 - Auditing support by Spring Data JPA inside Web Applications/001 Introduction of Auditing Support by Spring Data JPA.mp446.86MB
  151. 19 - Auditing support by Spring Data JPA inside Web Applications/002 Implement automatic auditing support with Spring Data JPA - Part 1.mp460.2MB
  152. 19 - Auditing support by Spring Data JPA inside Web Applications/003 Implement automatic auditing support with Spring Data JPA - Part 2.mp448.08MB
  153. 20 - Building Custom Validations inside Spring MVC/001 Building new user registration web page inside Eazy School Web App.mp4127.98MB
  154. 20 - Building Custom Validations inside Spring MVC/002 Building Custom validations for new user registration page - Part 1.mp424.1MB
  155. 20 - Building Custom Validations inside Spring MVC/003 Building Custom validations for new user registration page - Part 2.mp473.66MB
  156. 20 - Building Custom Validations inside Spring MVC/004 Building Custom validations for new user registration page - Part 3.mp451.97MB
  157. 20 - Building Custom Validations inside Spring MVC/005 Building Custom validations for new user registration page - Part 4.mp4116.3MB
  158. 22 - Spring Security custom Authentication using DB & Password Hashing/004 Problems with Authentication logic using plain text passwords.mp46.9MB
  159. 22 - Spring Security custom Authentication using DB & Password Hashing/005 Deep dive on Encoding, Encryption and Hashing for password management.mp474.43MB
  160. 22 - Spring Security custom Authentication using DB & Password Hashing/006 Deep dive on PasswordEncoder & BCryptPasswordEncoder.mp456.96MB
  161. 22 - Spring Security custom Authentication using DB & Password Hashing/007 Implementing password hashing with BCryptPaswordEncoder - Part 1.mp491.34MB
  162. 22 - Spring Security custom Authentication using DB & Password Hashing/008 Implementing password hashing with BCryptPaswordEncoder - Part 2.mp417.92MB
  163. 22 - Spring Security custom Authentication using DB & Password Hashing/009 Quick Tip - To Disable the javax validations in Spring Data JPA.mp421.98MB
  164. 23 - Building Profile web page inside Eazy School Web App/001 Displaying Profile link inside Dashboard web page.mp434.77MB
  165. 23 - Building Profile web page inside Eazy School Web App/002 Displaying Profile Web Page on click of profile link in Dashboard.mp475.12MB
  166. 23 - Building Profile web page inside Eazy School Web App/003 Fetch data from DB and display on the Profile web page.mp4102.41MB
  167. 23 - Building Profile web page inside Eazy School Web App/004 Save Address Data into DB from Profile Page.mp490.01MB
  168. 24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/002 Displaying Classes, Courses link inside Dashboard web page.mp464.02MB
  169. 24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/003 Introduction to OneToMany & ManyToOne mappings.mp461.05MB
  170. 24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/004 Implement OneToMany & ManyToOne configurations inside Entity classes.mp463.65MB
  171. 24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/005 Displaying new Web Page on click of classes link in Dashboard.mp451.94MB
  172. 24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/006 Add & Delete Classes enhancement inside Eazy School Web App.mp4112.26MB
  173. 24 - Deep dive on OneToMany, ManyToOne Relationships in ORM frameworks/008 Display, Add & Delete Students enhancement inside Eazy School Web App - Part 2.mp466.28MB
  174. 25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/001 Introduction to ManyToMany relationship in ORM frameworks.mp442.11MB
  175. 25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/002 Implement ManyToMany configurations inside Entity classes.mp482.43MB
  176. 25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/005 Display & Add Students enhancement inside Course Web Page.mp488.12MB
  177. 25 - Deep dive on ManyToMany Relationship & Configurations inside ORM frameworks/006 Delete Student enhancement inside Course Web Page.mp450.47MB
  178. 26 - Sorting & Pagination inside Spring Data JPA/001 Introduction to Sorting inside Spring Data JPA.mp421.84MB
  179. 26 - Sorting & Pagination inside Spring Data JPA/002 Implement & Demo of Static Sorting.mp442.18MB
  180. 26 - Sorting & Pagination inside Spring Data JPA/003 Implement & Demo of Dynamic Sorting.mp440.34MB
  181. 26 - Sorting & Pagination inside Spring Data JPA/004 Introduction to Pagination inside Spring Data JPA.mp439.49MB
  182. 26 - Sorting & Pagination inside Spring Data JPA/005 Implement & Demo of Pagination & Dynamic Sorting - Part 1.mp4156.91MB
  183. 26 - Sorting & Pagination inside Spring Data JPA/006 Implement & Demo of Pagination & Dynamic Sorting - Part 2.mp4115.49MB
  184. 27 - Writing Custom Queries inside Spring Data JPA/001 Introduction to custom queries using @Query,@NamedQuery,@NamedNativeQuery & JPQL.mp4132.62MB
  185. 27 - Writing Custom Queries inside Spring Data JPA/002 Writing Custom Queries using @Query Annotation.mp457.06MB
  186. 27 - Writing Custom Queries inside Spring Data JPA/003 Writing Custom Update Queries using @Query,@Modifying,@Transactional Annotations.mp452.84MB
  187. 27 - Writing Custom Queries inside Spring Data JPA/004 Deep dive on @NamedQuery,@NamedNativeQuery inside Spring Data JPA.mp420.5MB
  188. 27 - Writing Custom Queries inside Spring Data JPA/005 Writing Custom Queries using @NamedQuery,@NamedNativeQuery Annotations.mp4144.48MB
  189. 28 - Building REST Services using Spring framework/001 Introduction to REST Services.mp416.03MB
  190. 28 - Building REST Services using Spring framework/002 Build REST services using Spring MVC style & @ResponseBody annotation - Theory.mp412.81MB
  191. 28 - Building REST Services using Spring framework/003 Implement REST service using Spring MVC style & @ResponseBody - Part 1.mp433.2MB
  192. 28 - Building REST Services using Spring framework/004 Implement REST service using Spring MVC style & @ResponseBody - Part 2.mp444.68MB
  193. 28 - Building REST Services using Spring framework/005 Deep dive & Demo of @RequestBody annotation.mp459.06MB
  194. 28 - Building REST Services using Spring framework/006 Implement REST Services using @RestController annotation.mp421.32MB
  195. 28 - Building REST Services using Spring framework/007 Demo of save operation using Rest Service & ResponseEntity.mp4116.68MB
  196. 28 - Building REST Services using Spring framework/008 Demo of delete operation using Rest Service & RequestEntity.mp457.31MB
  197. 28 - Building REST Services using Spring framework/009 Demo of update operation using Rest Service & recap of all Rest annotations.mp453.98MB
  198. 28 - Building REST Services using Spring framework/010 Implement global error logic for Rest Services using @RestControllerAdvice.mp449.89MB
  199. 28 - Building REST Services using Spring framework/011 Deep dive on CROSS-ORIGIN RESOURCE SHARING (CORS) & @CrossOrigin annotation.mp428.43MB
  200. 28 - Building REST Services using Spring framework/012 Sending Response in XML format in Rest Services.mp434.6MB
  201. 28 - Building REST Services using Spring framework/013 Demo of Content filter inside Rest Services using @JsonIgnore annotation.mp436.07MB
  202. 29 - Consuming Rest Services using Spring framework/001 Introduction to Consuming Rest Services inside Web Applications.mp480.97MB
  203. 29 - Consuming Rest Services using Spring framework/002 Consuming Rest Services using OpenFeign - Theory.mp456.17MB
  204. 29 - Consuming Rest Services using Spring framework/003 Consuming Rest Services using OpenFeign - Coding.mp475.11MB
  205. 29 - Consuming Rest Services using Spring framework/004 Consuming Rest Services using RestTemplate.mp481.28MB
  206. 29 - Consuming Rest Services using Spring framework/005 Consuming Rest Services using WebClient.mp494.9MB
  207. 30 - Deep dive on Spring Data Rest & HAL Explorer/001 Introduction to Spring Data Rest & HAL Explorer.mp427.57MB
  208. 30 - Deep dive on Spring Data Rest & HAL Explorer/002 Deep dive of Spring Data Rest & exploring Rest APIs - Part 1.mp452.88MB
  209. 30 - Deep dive on Spring Data Rest & HAL Explorer/003 Deep dive of Spring Data Rest & exploring Rest APIs - Part 2.mp428.16MB
  210. 30 - Deep dive on Spring Data Rest & HAL Explorer/004 Exploring Rest APIs of Spring Data Rest using HAL Explorer.mp434.03MB
  211. 30 - Deep dive on Spring Data Rest & HAL Explorer/005 Securing Spring Data Rest APIs & HAL Explorer.mp430.58MB
  212. 30 - Deep dive on Spring Data Rest & HAL Explorer/006 Quick Tips around Spring Data Rest.mp444.16MB
  213. 31 - Logging Configurations inside SpringBoot/001 Introduction to Logging inside SpringBoot.mp462.46MB
  214. 31 - Logging Configurations inside SpringBoot/002 Logging configurations for SpringBoot framework code.mp464.72MB
  215. 31 - Logging Configurations inside SpringBoot/003 Logging configurations for Application code.mp459.81MB
  216. 31 - Logging Configurations inside SpringBoot/004 Store log statements into a custom file and folder.mp493.99MB
  217. 32 - Properties Configuration & Profiles inside SpringBoot/001 Introduction to Externalized properties inside SpringBoot Web Applications.mp419.78MB
  218. 32 - Properties Configuration & Profiles inside SpringBoot/002 Reading properties using @Value annotation.mp449.96MB
  219. 32 - Properties Configuration & Profiles inside SpringBoot/003 Reading properties using Environment interface.mp439.11MB
  220. 32 - Properties Configuration & Profiles inside SpringBoot/004 Reading properties using @ConfigurationProperties - Theory.mp472.41MB
  221. 32 - Properties Configuration & Profiles inside SpringBoot/005 Reading properties using @ConfigurationProperties - Coding.mp488.47MB
  222. 32 - Properties Configuration & Profiles inside SpringBoot/006 Introduction to Profiles in Spring.mp413.43MB
  223. 32 - Properties Configuration & Profiles inside SpringBoot/007 Implementation & Demo of Profiles inside Eazy School Web App.mp459.68MB
  224. 32 - Properties Configuration & Profiles inside SpringBoot/008 Various approaches to activate Profiles inside Spring.mp491.87MB
  225. 32 - Properties Configuration & Profiles inside SpringBoot/009 Creating beans conditionally based on active profile.mp442.74MB
  226. 33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/001 Introduction to Spring Boot Actuator.mp411.47MB
  227. 33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/002 Implement and Secure Actuator inside Eazy School Web App.mp455.28MB
  228. 33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/003 Deepdive of Actuator endpoints.mp4120.2MB
  229. 33 - Deep Dive on Spring Boot Actuator & Spring Boot Admin/004 Exploring Actuator data using Spring Boot Admin.mp4113.5MB
  230. 34 - Deploying SpringBoot App into AWS Cloud/001 Introduction to Cloud Deployment, AWS EC2 & AWS Elastic Beanstalk.mp433.72MB
  231. 34 - Deploying SpringBoot App into AWS Cloud/002 Packaging Spring Boot application for AWS Deployment.mp472.45MB
  232. 34 - Deploying SpringBoot App into AWS Cloud/003 Deploying Spring Boot app into AWS Elatsic Beanstalk - Part 1.mp459.34MB
  233. 34 - Deploying SpringBoot App into AWS Cloud/004 Deploying Spring Boot app into AWS Elatsic Beanstalk - Part 2.mp479.34MB
  234. 34 - Deploying SpringBoot App into AWS Cloud/005 Switching DB inside AWS Elastic Beanstalk.mp450.26MB
  235. 34 - Deploying SpringBoot App into AWS Cloud/006 Deleting AWS Beanstalk & DB resources.mp49.78MB
  236. 35 - Thank You & Congratulations/001 Thank You & Congratulations.mp46.47MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统