Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Boot: Mastering REST API Development, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:33
    1 - Welcome
  2. Урок 2. 00:02:11
    2- What You'll Learn
  3. Урок 3. 00:01:18
    3- Prerequisites
  4. Урок 4. 00:04:09
    4- Starter Project
  5. Урок 5. 00:01:22
    5- How to Take This Course
  6. Урок 6. 00:00:51
    1- Introduction
  7. Урок 7. 00:05:12
    2- How the Web Works
  8. Урок 8. 00:01:38
    3- What is Spring MVC
  9. Урок 9. 00:04:15
    4- Creating a Controller
  10. Урок 10. 00:03:27
    5- View Templates
  11. Урок 11. 00:02:00
    6- Passing Data to Views
  12. Урок 12. 00:04:29
    7- Building an API
  13. Урок 13. 00:00:58
    1- Introduction
  14. Урок 14. 00:04:01
    2- Creating Your First RESTful API
  15. Урок 15. 00:02:36
    3- Calling APIs with Postman
  16. Урок 16. 00:03:29
    4- Creating Dynamic Routes
  17. Урок 17. 00:03:03
    5- Setting HTTP Status Codes
  18. Урок 18. 00:04:51
    6- Data Transfer Objects
  19. Урок 19. 00:04:56
    7- Mapping Objects Using MapStruct
  20. Урок 20. 00:05:02
    8- Customizing Reponse Data
  21. Урок 21. 00:08:14
    9- Extracting Query Parameters
  22. Урок 22. 00:10:20
    10- Exercise- Building Product Endpoints
  23. Урок 23. 00:02:51
    11- Extracting Request Headers
  24. Урок 24. 00:03:18
    12- Extracting Request Body
  25. Урок 25. 00:09:27
    13- Creating Resources
  26. Урок 26. 00:05:47
    14- Updating Resources
  27. Урок 27. 00:01:54
    15- Deleting Resources
  28. Урок 28. 00:04:55
    16- Handling Action-Based Updates
  29. Урок 29. 00:11:15
    17- Exercise- Building a CRUD API
  30. Урок 30. 00:00:49
    1- Introduction
  31. Урок 31. 00:03:52
    2- Introduction to Jakarta Validation
  32. Урок 32. 00:05:13
    3- Handling Validation Errors
  33. Урок 33. 00:01:44
    4- Global Error Handling
  34. Урок 34. 00:04:39
    5- Implementing Custom Validation
  35. Урок 35. 00:03:16
    6- Validating Business Rules
  36. Урок 36. 00:01:01
    1- Introduction
  37. Урок 37. 00:08:06
    2- Creating Database Tables
  38. Урок 38. 00:06:32
    3- Creating Entities
  39. Урок 39. 00:06:04
    4- Creating a Cart
  40. Урок 40. 00:12:52
    5- Adding a Product to the Cart
  41. Урок 41. 00:10:24
    6- Getting a Cart
  42. Урок 42. 00:08:40
    7- Updating a Cart Item
  43. Урок 43. 00:06:17
    8- Refactoring Towards an Object-Oriented Design
  44. Урок 44. 00:04:48
    9- Removing a Product from the Cart
  45. Урок 45. 00:01:54
    10- Clearing a Cart
  46. Урок 46. 00:12:30
    11- Extracting a Service
  47. Урок 47. 00:04:35
    12- Documenting APIs with Swagger
  48. Урок 48. 00:00:53
    1- Introduction
  49. Урок 49. 00:05:21
    2- Authentication Methods
  50. Урок 50. 00:01:14
    3- Adding Spring Security
  51. Урок 51. 00:07:35
    4- Configuring Security Settings
  52. Урок 52. 00:02:51
    5- Hashing Passwords
  53. Урок 53. 00:04:52
    6- Exercise- Building the Login API
  54. Урок 54. 00:11:18
    7- Working with AuthenticationManager
  55. Урок 55. 00:06:19
    8- Generating JSON Web Tokens
  56. Урок 56. 00:08:04
    9- Managing Secrets
  57. Урок 57. 00:07:16
    10- Validating JSON Web Tokens
  58. Урок 58. 00:03:07
    11- Understanding Filters
  59. Урок 59. 00:08:56
    12- Implementing a Custom Filter to Validate JWTs
  60. Урок 60. 00:03:40
    13- Accessing the Current User
  61. Урок 61. 00:06:21
    14- Exercise- Enhancing the JWT Payload
  62. Урок 62. 00:01:52
    15- Understanding Refresh Tokens
  63. Урок 63. 00:04:57
    16- Issuing Refresh Tokens
  64. Урок 64. 00:04:56
    17- Externalizing JWT Configuration
  65. Урок 65. 00:07:58
    18- Refreshing Access Tokens
  66. Урок 66. 00:05:45
    19- Adding Role to Users
  67. Урок 67. 00:08:34
    20- Role-based Authorization
  68. Урок 68. 00:12:41
    21- Exercise- Refactoring the JwtService
  69. Урок 69. 00:01:37
    22 - Logging Out Users
  70. Урок 70. 00:02:11
    23- Using Auth Providers
  71. Урок 71. 00:00:55
    1- Introduction
  72. Урок 72. 00:04:52
    2- Creating Database Tables
  73. Урок 73. 00:05:52
    3- Creating Entities
  74. Урок 74. 00:14:25
    4- Checking Out
  75. Урок 75. 00:12:04
    5- Organizing API Tests with Postman Collections
  76. Урок 76. 00:05:01
    6- Improving Error Handling
  77. Урок 77. 00:03:56
    7- Refactoring Towards an Object-Oriented Design
  78. Урок 78. 00:05:57
    8- Extracting a Service
  79. Урок 79. 00:10:25
    9- Getting Orders
  80. Урок 80. 00:10:30
    10- Getting a Single Order
  81. Урок 81. 00:00:51
    1- Introduction
  82. Урок 82. 00:03:09
    2- Overview of the Checkout Process
  83. Урок 83. 00:03:30
    3- Adding Stripe to the Project
  84. Урок 84. 00:09:45
    4- Creating a Checkout Session
  85. Урок 85. 00:07:12
    5- Handling Stripe Erorrs
  86. Урок 86. 00:10:41
    6- Decoupling from Stripe
  87. Урок 87. 00:06:49
    7- Building a Webhook Endpoint
  88. Урок 88. 00:05:08
    8- Testing the Webhook Endpoint
  89. Урок 89. 00:04:59
    9- Updating Order Status
  90. Урок 90. 00:17:48
    10- Refactoring the Webhook Logic
  91. Урок 91. 00:03:22
    11- Organizing Code by Feature
  92. Урок 92. 00:00:49
    1- Introduction
  93. Урок 93. 00:02:35
    2- Deploying the Database
  94. Урок 94. 00:03:57
    3- Managing Environments with Spring Profiles
  95. Урок 95. 00:05:23
    4- Packaging the App for Production
  96. Урок 96. 00:01:46
    5- Pushing Your Code to GitHub
  97. Урок 97. 00:01:16
    6- Deploying the App
  98. Урок 98. 00:04:38
    7- Configuring Production Environment Variables
  99. Урок 99. 00:02:14
    8- Testing with Postman Environments
  100. Урок 100. 00:02:53
    9- Populating the Database
  101. Урок 101. 00:02:29
    10- Revisiting the Security Rules
  102. Урок 102. 00:05:53
    11- Modularizing Security Rules
  103. Урок 103. 00:07:01
    12- Registering the Webhook Endpoint with Stripe
  104. Урок 104. 00:00:25
    1- Thank You