1. Урок 1. 00:04:52
    Why Spring?
  2. Урок 2. 00:04:35
    Understanding the Full Spring Ecosystem
  3. Урок 3. 00:04:55
    Introducing Spring Boot 2​
  4. Урок 4. 00:07:10
    The Real-World Project We’re Building
  5. Урок 5. 00:10:17
    Working with an IDE - Eclipse STS and IntelliJ
  6. Урок 6. 00:07:26
    Maven and Spring
  7. Урок 7. 00:05:37
    What Is DI and How Does It Work in Spring?
  8. Урок 8. 00:05:48
    The Basics of Java Configuration and the Spring Context
  9. Урок 9. 00:06:38
    Defining Beans, Component Scanning and Bean Annotations
  10. Урок 10. 00:05:56
    Lifecycle of a Bean - Init and Destroy Hooks
  11. Урок 11. 00:04:50
    Scopes, Simple Wiring and Injection 1
  12. Урок 12. 00:04:02
    Scopes, Simple Wiring and Injection 2
  13. Урок 13. 00:09:33
    Working with Properties
  14. Урок 14. 00:06:45
    Working with Profiles in Spring
  15. Урок 15. 00:10:11
    Logging in a Spring Boot Project - the Right Way
  16. Урок 16. 00:04:31
    Deploying the Boot 2 Application
  17. Урок 17. 00:03:47
    The Spring Testing Framework 1
  18. Урок 18. 00:09:02
    The Spring Testing Framework 2
  19. Урок 19. 00:07:32
    Spring Boot Auto-Configuration
  20. Урок 20. 00:06:53
    Actuators in Boot 2
  21. Урок 21. 00:08:03
    Project Persistence with Spring Data JPA
  22. Урок 22. 00:08:13
    Beyond the Default Repository
  23. Урок 23. 00:08:55
    Spring with JPA and Hibernate
  24. Урок 24. 00:08:28
    Pagination and Sorting
  25. Урок 25. 00:05:37
    What is MVC and Spring MVC
  26. Урок 26. 00:07:34
    An MVC-style Application vs a REST API
  27. Урок 27. 00:05:05
    Our First Controller
  28. Урок 28. 00:09:01
    Decouple the Controller from Entities
  29. Урок 29. 00:09:17
    Testing with Boot 2
  30. Урок 30. 00:06:28
    Views, View Resolvers and Templating Engines 1
  31. Урок 31. 00:03:04
    Views, View Resolvers and Templating Engines 2
  32. Урок 32. 00:07:20
    Getting the Most out of Thymeleaf
  33. Урок 33. 00:09:19
    The Basics of Form Validation
  34. Урок 34. 00:09:14
    Apache Tiles, Freemarker, Velocity
  35. Урок 35. 00:05:47
    The Annotations Driving the API 1
  36. Урок 36. 00:02:51
    The Annotations Driving the API 2
  37. Урок 37. 00:04:21
    Exception Handling in the API 1
  38. Урок 38. 00:06:25
    Exception Handling in the API 2
  39. Урок 39. 00:09:10
    Intro to the RestTemplate
  40. Урок 40. 00:04:09
    An Intro to AOP in Spring
  41. Урок 41. 00:09:10
    Working with Events and Listeners
  42. Урок 42. 00:08:45
    Understanding the New Reactive Paradigm in Spring 5
  43. Урок 43. 00:10:56
    Learn Spring Security