Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master Spring 6 Spring Boot 3 REST JPA Hibernate, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:14:36
    Introduction to the course & Agenda of the course
  2. Урок 2. 00:10:10
    Details of Source Code, PDF Content & other instructions for the course
  3. Урок 3. 00:08:16
    What is Spring ?
  4. Урок 4. 00:12:06
    Jakarta EE Vs Spring
  5. Урок 5. 00:02:23
    Introduction to Spring Core
  6. Урок 6. 00:03:52
    Introduction to Inversion of Control (IoC) & Dependency Injection (DI)
  7. Урок 7. 00:11:15
    Demo of Inversion of Control (IoC) & Dependency Injection (DI)
  8. Урок 8. 00:07:03
    Advantages of Inversion of Control & Dependency Injection
  9. Урок 9. 00:06:09
    Introductions to Beans, Context and SpEL
  10. Урок 10. 00:06:42
    Introduction to Spring IoC Container
  11. Урок 11. 00:09:06
    Installation of Maven
  12. Урок 12. 00:17:05
    Creating Maven Project
  13. Урок 13. 00:15:50
    Creating Beans using @Bean annotation
  14. Урок 14. 00:08:09
    Understanding NoUniqueBeanDefinitionException in Spring
  15. Урок 15. 00:04:41
    Providing a custom name to the bean
  16. Урок 16. 00:05:57
    Understanding @Primary Annotation inside Spring
  17. Урок 17. 00:08:34
    Creating Beans using @Component annotation
  18. Урок 18. 00:05:56
    Stereotype Annotations in Spring
  19. Урок 19. 00:05:35
    Comparison between @Bean Vs @Component
  20. Урок 20. 00:06:05
    Understanding @PostConstruct Annotation
  21. Урок 21. 00:05:04
    Understanding @PreDestroy Annotation
  22. Урок 22. 00:10:04
    Creating Beans programmatically using registerBean()
  23. Урок 23. 00:07:33
    Creating Beans using XML Configurations
  24. Урок 24. 00:11:46
    Why should we use frameworks
  25. Урок 25. 00:09:16
    Introduction to Spring Projects - Part 1
  26. Урок 26. 00:06:17
    Introduction to Spring Projects - Part 2
  27. Урок 27. 00:07:54
    Introduction to wiring & auto-wiring inside Spring
  28. Урок 28. 00:09:53
    Wiring Beans using method call
  29. Урок 29. 00:03:37
    Wiring Beans using method parameters
  30. Урок 30. 00:09:06
    Wiring Beans using @Autowired on class fields
  31. Урок 31. 00:04:49
    Wiring Beans using @Autowired on setter method
  32. Урок 32. 00:05:43
    Wiring Beans using @Autowired on constructor
  33. Урок 33. 00:07:34
    Deep dive of Autowiring inside Spring - Theory
  34. Урок 34. 00:05:57
    Deep dive of Autowiring inside Spring - Coding example
  35. Урок 35. 00:04:55
    Understanding and Avoiding Circular dependencies
  36. Урок 36. 00:04:43
    Problem Statement for Assignment related to Beans, Autowiring and DI
  37. Урок 37. 00:15:34
    Solution for Assignment related to Beans, Autowiring and DI
  38. Урок 38. 00:03:24
    Introduction to Bean Scopes inside Spring
  39. Урок 39. 00:07:03
    Deepdive on Singleton Bean scope
  40. Урок 40. 00:03:38
    What is a Race Condition
  41. Урок 41. 00:04:46
    Usecases of Singleton Bean scope
  42. Урок 42. 00:05:57
    Deepdive of Eager and Lazy instantiation of Singleton scope
  43. Урок 43. 00:04:29
    Demo of Eager and Lazy instantiation of Singleton bean
  44. Урок 44. 00:03:57
    Eager Initialization Vs Lazy Initialization
  45. Урок 45. 00:05:43
    Deepdive of Prototype Bean scope
  46. Урок 46. 00:04:11
    Singleton Beans Vs Prototype Beans
  47. Урок 47. 00:05:45
    Introduction to Aspect Oriented Programming (AOP)
  48. Урок 48. 00:07:13
    Understanding the problems inside web applications with out AOP
  49. Урок 49. 00:07:13
    Understanding & Running the Application with out AOP
  50. Урок 50. 00:05:16
    AOP Jargons
  51. Урок 51. 00:03:14
    Weaving inside AOP
  52. Урок 52. 00:04:15
    Type of Advices inside AOP
  53. Урок 53. 00:11:33
    Configuring Advices inside AOP - Theory
  54. Урок 54. 00:10:56
    Configuring @Around advice
  55. Урок 55. 00:07:30
    Configuring @Before advice
  56. Урок 56. 00:07:24
    Configuring @AfterThrowing and @AfterReturning advices
  57. Урок 57. 00:03:15
    Configuring Advices inside AOP with Annotations approach
  58. Урок 58. 00:05:43
    Demo of Configuring Advices inside AOP with Annotations approach
  59. Урок 59. 00:07:38
    Quick Introduction about Web Applications
  60. Урок 60. 00:06:46
    Role of Servlets inside Web Applications
  61. Урок 61. 00:04:16
    Evolution of Web Apps inside Java ecosystem
  62. Урок 62. 00:06:35
    Types of Web Apps we can build with Spring
  63. Урок 63. 00:10:42
    Introduction to Spring Boot - The Hero of Spring framework
  64. Урок 64. 00:11:03
    Spring Boot Important features
  65. Урок 65. 00:14:24
    Creating simple web application using Spring Boot
  66. Урок 66. 00:13:57
    Running simple web application using Spring Boot
  67. Урок 67. 00:05:31
    Changing the default server port & context path of SpringBoot Web application
  68. Урок 68. 00:04:09
    Random server port number inside SpringBoot
  69. Урок 69. 00:11:42
    Demo of SpringBoot Autoconfiguration
  70. Урок 70. 00:05:08
    Quick recap
  71. Урок 71. 00:13:12
    Quick Tip - Mapping multiple paths inside Spring Web Application
  72. Урок 72. 00:08:39
    Introduction to Thymeleaf
  73. Урок 73. 00:09:59
    Building dynamic content using Thymeleaf
  74. Урок 74. 00:07:04
    Disabling Thymeleaf template caching
  75. Урок 75. 00:07:38
    Introduction to Spring Boot DevTools
  76. Урок 76. 00:07:39
    Implemetation & Demo of Spring Boot DevTools
  77. Урок 77. 00:07:24
    Building Home Page of EazySchool Web Application
  78. Урок 78. 00:05:56
    Understanding the Home Page source code of EazySchool
  79. Урок 79. 00:12:28
    Deep Dive of Spring MVC Internal architecture
  80. Урок 80. 00:08:15
    Separation of Header and Footer code using Thymeleaf replace tag
  81. Урок 81. 00:12:08
    Building Courses Web Page of Eazy School Web Application
  82. Урок 82. 00:02:13
    Quick Tip - Resolving Build & Cache issues inside maven projects
  83. Урок 83. 00:06:48
    Building About Page of Eazy School Web Application
  84. Урок 84. 00:05:26
    Building Contact Page of Eazy School Web Application
  85. Урок 85. 00:10:54
    Submit information from Contact page using @RequestParam
  86. Урок 86. 00:08:31
    Submit information from Contact page using POJO object
  87. Урок 87. 00:06:19
    Define actions for all the links in the Home & Footer page
  88. Урок 88. 00:12:36
    Building Holidays Page of Eazy School Web Application
  89. Урок 89. 00:07:00
    Introduction to Lombok library
  90. Урок 90. 00:06:39
    Implementing Lombok inside Eazy School Web App
  91. Урок 91. 00:03:57
    Demo of @Slf4j annotation from Lombok library
  92. Урок 92. 00:08:47
    Accepting Query Params using @RequestParam annotation - Theory
  93. Урок 93. 00:12:05
    Accepting Query Params using @RequestParam annotation - Coding
  94. Урок 94. 00:05:23
    Accepting Path Params using @PathVariable annotation - Theory
  95. Урок 95. 00:07:19
    Accepting Path Params using @PathVariable annotation - Coding
  96. Урок 96. 00:12:00
    Importance of Validations inside Web Applications
  97. Урок 97. 00:10:10
    Introduction to Java Bean Validations
  98. Урок 98. 00:10:14
    Adding Bean Validation annotations inside Contact POJO class
  99. Урок 99. 00:12:17
    Adding Bean Validation related changes inside EazySchool Web Application
  100. Урок 100. 00:06:49
    Demo of Bean Validations inside Contact form Page
  101. Урок 101. 00:07:02
    Introduction to Spring Web Scopes
  102. Урок 102. 00:09:27
    Use Cases of Spring Web Scopes
  103. Урок 103. 00:06:32
    Demo of @RequestScope inside Eazy School Web Application
  104. Урок 104. 00:06:29
    Demo of @SessionScope inside Eazy School Web Application
  105. Урок 105. 00:05:48
    Demo of @ApplicationScope inside Eazy School Web Application
  106. Урок 106. 00:07:17
    Introduction to Spring Security
  107. Урок 107. 00:05:48
    Deepdive of Authentication Vs Authorization
  108. Урок 108. 00:06:28
    Demo of Spring Security inside Eazy School Web App with default behavior
  109. Урок 109. 00:04:29
    Configure custom credentials inside Spring Security
  110. Урок 110. 00:05:55
    Understanding default security configurations inside Spring Security framework
  111. Урок 111. 00:07:15
    Configure permitAll() inside Web App using Spring Security
  112. Урок 112. 00:05:48
    Configure denyAll() inside Web App using Spring Security
  113. Урок 113. 00:10:58
    Configure custom security configurations using Spring Security
  114. Урок 114. 00:09:34
    Demo of CSRF protection & CSRF Disable inside Spring Security framework
  115. Урок 115. 00:09:27
    Configure multiple users using inMemoryAuthentication() of Spring Security
  116. Урок 116. 00:07:11
    Implement Login & Logout inside Web App - Part 1
  117. Урок 117. 00:09:51
    Implement Login & Logout inside Web App - Part 2
  118. Урок 118. 00:05:16
    Implement Login & Logout inside Web App - Part 3
  119. Урок 119. 00:10:37
    Demo of integration between ThymeLeaf & Spring Security
  120. Урок 120. 00:09:00
    Introduction to @ControllerAdvice & @ExceptionHandler annotations
  121. Урок 121. 00:10:43
    Demo of @ControllerAdvice & @ExceptionHandler annotations
  122. Урок 122. 00:12:14
    Deep dive of CSRF attack
  123. Урок 123. 00:10:22
    Solution for CSRF attack - Theory
  124. Урок 124. 00:11:26
    Solution for CSRF attack - Coding
  125. Урок 125. 00:08:38
    Introduction to in-memory H2 Database of Spring Boot
  126. Урок 126. 00:16:37
    Setup H2 Database inside a Spring Boot web application
  127. Урок 127. 00:09:42
    Introduction to JDBC & problems with it
  128. Урок 128. 00:10:40
    Introduction to Spring JDBC
  129. Урок 129. 00:08:01
    Deep dive on usage of JdbcTemplate
  130. Урок 130. 00:14:26
    Saving Contact Message into DB using JdbcTemplate Insert operation
  131. Урок 131. 00:06:52
    Display Contact messages from DB using JdbcTemplate select operation - Part 1
  132. Урок 132. 00:15:41
    Display Contact messages from DB using JdbcTemplate select operation - Part 2
  133. Урок 133. 00:09:41
    Update Contact messages status using JdbcTemplate update operation
  134. Урок 134. 00:08:23
    Implementing AOP inside Eazy School Web Application
  135. Урок 135. 00:16:29
    Display list of Holidays from H2 Database using JdbcTemplate
  136. Урок 136. 00:08:28
    Setup MYSQL DB inside AWS - Part 1
  137. Урок 137. 00:09:41
    Setup MYSQL DB inside AWS - Part 2
  138. Урок 138. 00:09:09
    Migrate from H2 Database to MYSQL Database
  139. Урок 139. 00:09:39
    Demo of MYSQL Database changes inside Eazy School Web App
  140. Урок 140. 00:06:08
    Problems with Spring JDBC & how ORM frameworks solve these problems
  141. Урок 141. 00:06:46
    Introduction to Spring Data
  142. Урок 142. 00:16:50
    Deepdive on Repository,CrudRepository,PagingAndSortingRepository,JpaRepository
  143. Урок 143. 00:12:26
    Introduction to Spring Data JPA
  144. Урок 144. 00:11:07
    Migrate from Spring JDBC to Spring Data JPA - Part 1
  145. Урок 145. 00:13:12
    Migrate from Spring JDBC to Spring Data JPA - Part 2
  146. Урок 146. 00:08:28
    Migrate from Spring JDBC to Spring Data JPA - Part 3
  147. Урок 147. 00:09:50
    Migrate from Spring JDBC to Spring Data JPA - Part 4
  148. Урок 148. 00:09:20
    Deep dive on derived query methods inside Spring Data JPA
  149. Урок 149. 00:12:50
    Introduction of Auditing Support by Spring Data JPA
  150. Урок 150. 00:09:44
    Implement automatic auditing support with Spring Data JPA - Part 1
  151. Урок 151. 00:07:41
    Implement automatic auditing support with Spring Data JPA - Part 2
  152. Урок 152. 00:13:41
    Building new user registration web page inside Eazy School Web App
  153. Урок 153. 00:08:34
    Building Custom validations for new user registration page - Part 1
  154. Урок 154. 00:13:55
    Building Custom validations for new user registration page - Part 2
  155. Урок 155. 00:07:48
    Building Custom validations for new user registration page - Part 3
  156. Урок 156. 00:16:13
    Building Custom validations for new user registration page - Part 4
  157. Урок 157. 00:10:37
    Creating new tables required for new user registration process
  158. Урок 158. 00:08:13
    Spring Data JPA configurations for Person, Address, Roles tables and entities
  159. Урок 159. 00:06:50
    Introduction to One to One Relationship inside ORM frameworks
  160. Урок 160. 00:08:01
    Making One to One Relationship configurations inside entity classes - Theory
  161. Урок 161. 00:10:04
    Deep dive on Fetch Types and Cascade Types in ORM frameworks
  162. Урок 162. 00:17:23
    Making One to One Relationship configurations inside entity classes - Coding
  163. Урок 163. 00:09:03
    Understanding Spring Security configurations for custom authentication logic
  164. Урок 164. 00:14:02
    Implement Spring Security changes for custom authentication logic - Part 1
  165. Урок 165. 00:07:05
    Implement Spring Security changes for custom authentication logic - Part 2
  166. Урок 166. 00:03:27
    Problems with Authentication logic using plain text passwords
  167. Урок 167. 00:12:00
    Deep dive on Encoding, Encryption and Hashing for password management
  168. Урок 168. 00:08:37
    Deep dive on PasswordEncoder & BCryptPasswordEncoder
  169. Урок 169. 00:14:17
    Implementing password hashing with BCryptPaswordEncoder - Part 1
  170. Урок 170. 00:05:54
    Implementing password hashing with BCryptPaswordEncoder - Part 2
  171. Урок 171. 00:05:54
    Quick Tip - To Disable the javax validations in Spring Data JPA
  172. Урок 172. 00:06:04
    Displaying Profile link inside Dashboard web page
  173. Урок 173. 00:12:29
    Displaying Profile Web Page on click of profile link in Dashboard
  174. Урок 174. 00:14:44
    Fetch data from DB and display on the Profile web page
  175. Урок 175. 00:09:24
    Save Address Data into DB from Profile Page
  176. Урок 176. 00:02:19
    Introduction to new enhancements related to OnetoMany, ManytoOne & ManytoMany
  177. Урок 177. 00:07:57
    Displaying Classes, Courses link inside Dashboard web page
  178. Урок 178. 00:10:40
    Introduction to OneToMany & ManyToOne mappings
  179. Урок 179. 00:09:07
    Implement OneToMany & ManyToOne configurations inside Entity classes
  180. Урок 180. 00:07:03
    Displaying new Web Page on click of classes link in Dashboard
  181. Урок 181. 00:13:22
    Add & Delete Classes enhancement inside Eazy School Web App
  182. Урок 182. 00:14:17
    Display, Add & Delete Students enhancement inside Eazy School Web App - Part 1
  183. Урок 183. 00:08:48
    Display, Add & Delete Students enhancement inside Eazy School Web App - Part 2
  184. Урок 184. 00:12:54
    Introduction to ManyToMany relationship in ORM frameworks
  185. Урок 185. 00:11:01
    Implement ManyToMany configurations inside Entity classes
  186. Урок 186. 00:08:36
    Display & Add Courses enhancement inside Eazy School Web App - Part 1
  187. Урок 187. 00:10:46
    Display & Add Courses enhancement inside Eazy School Web App - Part 2
  188. Урок 188. 00:11:21
    Display & Add Students enhancement inside Course Web Page
  189. Урок 189. 00:06:03
    Delete Student enhancement inside Course Web Page
  190. Урок 190. 00:14:43
    Implement Student Dashboard related enhancements inside Eazy School Web App
  191. Урок 191. 00:06:57
    Introduction to Sorting inside Spring Data JPA
  192. Урок 192. 00:06:07
    Implement & Demo of Static Sorting
  193. Урок 193. 00:05:12
    Implement & Demo of Dynamic Sorting
  194. Урок 194. 00:09:33
    Introduction to Pagination inside Spring Data JPA
  195. Урок 195. 00:21:03
    Implement & Demo of Pagination & Dynamic Sorting - Part 1
  196. Урок 196. 00:12:21
    Implement & Demo of Pagination & Dynamic Sorting - Part 2
  197. Урок 197. 00:13:56
    Introduction to custom queries using @Query,@NamedQuery,@NamedNativeQuery & JPQL
  198. Урок 198. 00:08:30
    Writing Custom Queries using @Query Annotation
  199. Урок 199. 00:12:11
    Writing Custom Update Queries using @Query,@Modifying,@Transactional Annotations
  200. Урок 200. 00:05:46
    Deep dive on @NamedQuery,@NamedNativeQuery inside Spring Data JPA
  201. Урок 201. 00:15:17
    Writing Custom Queries using @NamedQuery,@NamedNativeQuery Annotations
  202. Урок 202. 00:06:54
    Introduction to REST Services
  203. Урок 203. 00:05:42
    Build REST services using Spring MVC style & @ResponseBody annotation - Theory
  204. Урок 204. 00:08:41
    Implement REST service using Spring MVC style & @ResponseBody - Part 1
  205. Урок 205. 00:08:27
    Implement REST service using Spring MVC style & @ResponseBody - Part 2
  206. Урок 206. 00:10:03
    Deep dive & Demo of @RequestBody annotation
  207. Урок 207. 00:03:43
    Implement REST Services using @RestController annotation
  208. Урок 208. 00:13:47
    Demo of save operation using Rest Service & ResponseEntity
  209. Урок 209. 00:06:19
    Demo of delete operation using Rest Service & RequestEntity
  210. Урок 210. 00:08:17
    Demo of update operation using Rest Service & recap of all Rest annotations
  211. Урок 211. 00:06:51
    Implement global error logic for Rest Services using @RestControllerAdvice
  212. Урок 212. 00:07:09
    Deep dive on CROSS-ORIGIN RESOURCE SHARING (CORS) & @CrossOrigin annotation
  213. Урок 213. 00:05:03
    Sending Response in XML format in Rest Services
  214. Урок 214. 00:04:53
    Demo of Content filter inside Rest Services using @JsonIgnore annotation
  215. Урок 215. 00:09:55
    Introduction to Consuming Rest Services inside Web Applications
  216. Урок 216. 00:10:01
    Consuming Rest Services using OpenFeign - Theory
  217. Урок 217. 00:11:37
    Consuming Rest Services using OpenFeign - Coding
  218. Урок 218. 00:14:33
    Consuming Rest Services using RestTemplate
  219. Урок 219. 00:15:13
    Consuming Rest Services using WebClient
  220. Урок 220. 00:07:09
    Introduction to Spring Data Rest & HAL Explorer
  221. Урок 221. 00:10:49
    Deep dive of Spring Data Rest & exploring Rest APIs - Part 1
  222. Урок 222. 00:12:20
    Deep dive of Spring Data Rest & exploring Rest APIs - Part 2
  223. Урок 223. 00:08:58
    Exploring Rest APIs of Spring Data Rest using HAL Explorer
  224. Урок 224. 00:03:43
    Securing Spring Data Rest APIs & HAL Explorer
  225. Урок 225. 00:06:43
    Quick Tips around Spring Data Rest
  226. Урок 226. 00:09:56
    Introduction to Logging inside SpringBoot
  227. Урок 227. 00:07:35
    Logging configurations for SpringBoot framework code
  228. Урок 228. 00:09:04
    Logging configurations for Application code
  229. Урок 229. 00:12:01
    Store log statements into a custom file and folder
  230. Урок 230. 00:06:39
    Introduction to Externalized properties inside SpringBoot Web Applications
  231. Урок 231. 00:07:18
    Reading properties using @Value annotation
  232. Урок 232. 00:04:52
    Reading properties using Environment interface
  233. Урок 233. 00:10:40
    Reading properties using @ConfigurationProperties - Theory
  234. Урок 234. 00:10:34
    Reading properties using @ConfigurationProperties - Coding
  235. Урок 235. 00:04:31
    Introduction to Profiles in Spring
  236. Урок 236. 00:08:34
    Implementation & Demo of Profiles inside Eazy School Web App
  237. Урок 237. 00:14:07
    Various approaches to activate Profiles inside Spring
  238. Урок 238. 00:06:27
    Creating beans conditionally based on active profile
  239. Урок 239. 00:03:56
    Introduction to Spring Boot Actuator
  240. Урок 240. 00:06:39
    Implement and Secure Actuator inside Eazy School Web App
  241. Урок 241. 00:17:20
    Deepdive of Actuator endpoints
  242. Урок 242. 00:15:13
    Exploring Actuator data using Spring Boot Admin
  243. Урок 243. 00:09:31
    Introduction to Cloud Deployment, AWS EC2 & AWS Elastic Beanstalk
  244. Урок 244. 00:07:04
    Packaging Spring Boot application for AWS Deployment
  245. Урок 245. 00:11:27
    Deploying Spring Boot app into AWS Elastic Beanstalk
  246. Урок 246. 00:08:27
    Switching DB inside AWS Elastic Beanstalk
  247. Урок 247. 00:03:06
    Deleting AWS Beanstalk & DB resources
  248. Урок 248. 00:02:32
    Thank You & Congratulations