1. Урок 1. 00:03:44
    IMPORTANT: Source Code and Files [Watch Entire Video First]
  2. Урок 2. 00:07:18
    What and Why of Spring
  3. Урок 3. 00:19:36
    Setting up the Development Environment
  4. Урок 4. 00:20:56
    Understanding Post Form, Query Params and Path Variables
  5. Урок 5. 00:21:08
    Path Variables and Request Params Continued
  6. Урок 6. 00:04:49
    Overview of Spring MVC
  7. Урок 7. 00:27:49
    Form Submission in Views
  8. Урок 8. 00:05:53
    Redirects and Data
  9. Урок 9. 00:06:39
    Setting Up a New Project (The PMA Web App)
  10. Урок 10. 00:06:06
    Turn a Class into an Entity
  11. Урок 11. 00:16:53
    Bind Java Objects to Forms in Thymeleaf
  12. Урок 12. 00:17:53
    Create Crud Repository for Project Entity
  13. Урок 13. 00:17:42
    Create Crud Repository for Employee Entity
  14. Урок 14. 00:19:07
    Using Crud Repositories
  15. Урок 15. 00:15:43
    Organize Thymeleaf Views
  16. Урок 16. 00:11:01
    HW for Thymeleaf Views and Navigation
  17. Урок 17. 00:10:29
    @OneToMany and @ManyToOne Annotations for Relating Entities
  18. Урок 18. 00:29:09
    @OneToMany Annotation with Thymeleaf Form Binding
  19. Урок 19. 00:19:16
    @ManyToMany Annotation
  20. Урок 20. 00:06:49
    Seeding the Database with CommandLineRunner
  21. Урок 21. 00:20:01
    Seeding the Database Using SQL Files
  22. Урок 22. 00:08:05
    Including Javascript and CSS Files in Your Project
  23. Урок 23. 00:12:51
    Improving the Homepage
  24. Урок 24. 00:19:11
    Custom Queries in Spring Data Repositories
  25. Урок 25. 00:14:14
    Custom Query Continued: Project Status Query
  26. Урок 26. 00:19:11
    Using Model Attributes with JavaScript in Spring and Thymeleaf
  27. Урок 27. 00:19:26
    Spring Dependency Injection
  28. Урок 28. 00:12:13
    Component Scanning @Service, @Component and @Repository Annotations
  29. Урок 29. 00:11:32
    Constructor Injection, Field Injection and Setter Injection
  30. Урок 30. 00:10:46
    @Primary and @Qualifier Annotations
  31. Урок 31. 00:08:09
    Property Configurations and Reading Values
  32. Урок 32. 00:12:06
    Reading Environment Variables in Property Configuration Files
  33. Урок 33. 00:07:54
    Installing the PostgreSQL Database and Driver
  34. Урок 34. 00:23:34
    Configure Properties for Postgres Database
  35. Урок 35. 00:24:04
    Setting Up Configurations for Integration Testing
  36. Урок 36. 00:07:58
    Using @SpringBootTest Annotation Correctly
  37. Урок 37. 00:10:22
    Integration Tests for Controllers/Views
  38. Урок 38. 00:40:10
    Deploy a Spring Application to AWS EC2 Server
  39. Урок 39. 00:33:46
    Working with Docker to Containerize Your Apps
  40. Урок 40. 00:24:59
    Building a Docker Image for a Spring Boot App and Running it in a Container
  41. Урок 41. 00:20:43
    Setting up an AWS Cloud Hosted Postgres Database
  42. Урок 42. 00:13:42
    Making a Production Ready Docker Image for Your Spring Boot App
  43. Урок 43. 00:02:35
    Decoupling Repositories from Controllers
  44. Урок 44. 00:19:37
    Working with Spring Profiles
  45. Урок 45. 00:18:43
    Spring AOP Part 1: Pointcut and Advice (@Before and @After)
  46. Урок 46. 00:15:48
    Spring AOP Part 2: JoinPoint and ProceedingJoinPoint with @Around
  47. Урок 47. 00:06:22
    Best Practices for Logging
  48. Урок 48. 00:12:18
    Spring Security Part 1: Basic In-Memory Authentication
  49. Урок 49. 00:08:48
    Spring Security Part 2: Authorization in Memory
  50. Урок 50. 00:08:26
    Spring Security Part 3: JDBC Backed Security
  51. Урок 51. 00:20:48
    Spring Security Part 4: Postgres Database with JDBC Authorization/Authentication
  52. Урок 52. 00:32:15
    Spring Security Part 5: User Registration and Password Encryption
  53. Урок 53. 00:13:29
    Spring Security Part 6: Customize White Label Error Pages
  54. Урок 54. 00:09:13
    The Anatomy of a REST API
  55. Урок 55. 00:33:02
    CRUD REST Endpoints for Entities and HTTP Verbs
  56. Урок 56. 00:08:26
    Setting Validation Rules for a REST API
  57. Урок 57. 00:18:10
    Custom Clientside Validation Involving Data Repositories
  58. Урок 58. 00:11:07
    Pagination in REST API
  59. Урок 59. 00:11:11
    Spring Data Rest
  60. Урок 60. 00:23:07
    Update and Delete Entities
  61. Урок 61. 00:17:56
    Improving Forms and Validations
  62. Урок 62. 00:15:03
    Timelines Project- Part 1
  63. Урок 63. 00:11:21
    Timelines Project - Part 2
  64. Урок 64. 00:16:30
    Timelines Project- Part 3