Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Boot Master Class, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:44
    1 - Installing IntelliJ
  2. Урок 2. 00:02:44
    2 - Cloning Repo
  3. Урок 3. 00:01:31
    3 - Installing Java
  4. Урок 4. 00:02:31
    4 - Starter and End Branches
  5. Урок 5. 00:02:54
    5 - Running Application
  6. Урок 6. 00:04:44
    6 - Spring Initializr
  7. Урок 7. 00:02:03
    1 - Spring vs Spring Boot
  8. Урок 8. 00:02:40
    2 - Inversion Control and Dependency Injection
  9. Урок 9. 00:02:26
    3 - Spring IoC Application Context
  10. Урок 10. 00:04:48
    4 - Application Context
  11. Урок 11. 00:01:21
    5 - Beans
  12. Урок 12. 00:03:32
    6 - Listing Beans
  13. Урок 13. 00:04:58
    7 - Creating Beans with @Bean
  14. Урок 14. 00:09:44
    8 - Dependency Injection
  15. Урок 15. 00:06:48
    9 - @Component
  16. Урок 16. 00:03:29
    10 - Bean Annotations
  17. Урок 17. 00:03:48
    11 - Bean Lifecycle Hooks
  18. Урок 18. 00:02:27
    12 - Other Modules
  19. Урок 19. 00:06:07
    1 - Intro to Spring Boot (Slides)
  20. Урок 20. 00:03:37
    2 - Exploring Maven Project
  21. Урок 21. 00:03:46
    3 - Parent Tag in pom xml
  22. Урок 22. 00:05:52
    4 - Exploring Starter Dependencies
  23. Урок 23. 00:03:11
    5 - Spring Boot Maven Plugin
  24. Урок 24. 00:02:55
    6 - IntelliJ Spring Intergation
  25. Урок 25. 00:04:25
    1 - @SpringBootApplication
  26. Урок 26. 00:02:45
    2 - List Of Spring Boot Annotations
  27. Урок 27. 00:01:04
    1 - This is Where I learn Everything
  28. Урок 28. 00:07:32
    2 - Spring Documentation
  29. Урок 29. 00:02:44
    1 - Embedded Web Server
  30. Урок 30. 00:04:04
    2 - Starting Tomcat
  31. Урок 31. 00:02:02
    3 - Configuring Embedded Web Server
  32. Урок 32. 00:04:22
    4 - Use Another Web Server
  33. Урок 33. 00:04:06
    5 - Web Server Cant Run On Same Port
  34. Урок 34. 00:03:11
    1 - Introduction to Spring MVC
  35. Урок 35. 00:03:47
    2 - Introduction to APIs
  36. Урок 36. 00:04:55
    3 - Your First API
  37. Урок 37. 00:05:08
    4 - Testing API with Chrome and IntelliJ
  38. Урок 38. 00:04:17
    5 - Path Variables
  39. Урок 39. 00:08:55
    6 - Query Params
  40. Урок 40. 00:04:04
    7 - @Delete Mapping
  41. Урок 41. 00:08:46
    8 - @PostMapping
  42. Урок 42. 00:01:05
    9 - Exercise
  43. Урок 43. 00:05:28
    10 - Exercise Solution
  44. Урок 44. 00:04:29
    11 - Mapping Controllers with @RequestMapping
  45. Урок 45. 00:04:57
    12 - Annotate Controllers Method Arguments
  46. Урок 46. 00:05:02
    13 - Return Values
  47. Урок 47. 00:10:08
    14 - Filters
  48. Урок 48. 00:12:04
    15 - Functional Endpoints
  49. Урок 49. 00:01:41
    1 - Jackson FasterXML
  50. Урок 50. 00:07:14
    2 - Working with Jackson Part 1
  51. Урок 51. 00:05:16
    3 - Working with Jackson Part 2
  52. Урок 52. 00:04:36
    4 - ObjectMapper
  53. Урок 53. 00:02:42
    1 - N Tier
  54. Урок 54. 00:03:47
    2 - Model
  55. Урок 55. 00:02:44
    3 - Controller
  56. Урок 56. 00:05:59
    4 - Service
  57. Урок 57. 00:07:13
    5 - Repository
  58. Урок 58. 00:02:23
    6 - @Service and @Repository Annotations
  59. Урок 59. 00:03:37
    7 - Test Refactor
  60. Урок 60. 00:00:47
    8 - Exercise
  61. Урок 61. 00:04:52
    9 - Exercise Solution
  62. Урок 62. 00:01:56
    1 - Java Bean Validation (Slides)
  63. Урок 63. 00:02:14
    2 - Uncessary Validation Code
  64. Урок 64. 00:03:35
    3 - Using Java Bean Validation Annotations
  65. Урок 65. 00:04:51
    4 - @Valid
  66. Урок 66. 00:02:57
    5 - Further Examples
  67. Урок 67. 00:04:06
    6 - Validator
  68. Урок 68. 00:07:13
    7 - Custom Validations
  69. Урок 69. 00:06:52
    2 - We-re NOT Dealing With Error Properply
  70. Урок 70. 00:02:50
    3 - Include Server Error
  71. Урок 71. 00:03:09
    4 - Include Binding Errors
  72. Урок 72. 00:03:50
    5 - Override Java Bean Validation Messages
  73. Урок 73. 00:02:36
    6 - HTTP Status Codes
  74. Урок 74. 00:04:25
    7 - @ResponseStatus
  75. Урок 75. 00:05:08
    8 - Define Custom Reponses
  76. Урок 76. 00:04:28
    9 - @ControllerAdvise and @ExceptionHandler
  77. Урок 77. 00:01:36
    10 - Exercsise 1
  78. Урок 78. 00:10:02
    11 - Exercise Solution
  79. Урок 79. 00:01:15
    12 - Exercise 2
  80. Урок 80. 00:04:00
    13 - Exercise Solution
  81. Урок 81. 00:04:49
    1 - Introduction to JPA
  82. Урок 82. 00:01:52
    2 - H2
  83. Урок 83. 00:02:02
    3 - Installing Dependencies
  84. Урок 84. 00:04:07
    4 - H2 Console
  85. Урок 85. 00:02:17
    5 - Configure datasource properties
  86. Урок 86. 00:02:24
    7 - @Entity
  87. Урок 87. 00:06:03
    6 - Records to Classs
  88. Урок 88. 00:07:22
    8 - JPA Repository
  89. Урок 89. 00:02:13
    9 - Pre Populate Data to h2
  90. Урок 90. 00:02:32
    10 - findById and deleteById
  91. Урок 91. 00:05:16
    11 - Queries
  92. Урок 92. 00:00:57
    12 - Exercise 1
  93. Урок 93. 00:03:15
    13 - Exercise 1 Solution
  94. Урок 94. 00:03:19
    14 - Test API
  95. Урок 95. 00:00:25
    15 - Exercise 2
  96. Урок 96. 00:04:15
    16 - Exercise 2 Solution
  97. Урок 97. 00:00:43
    17 - Outro
  98. Урок 98. 00:01:59
    1 - Intro to REST Clients
  99. Урок 99. 00:07:00
    2 - POST PUT & DELETE
  100. Урок 100. 00:04:40
    3 - Testing API
  101. Урок 101. 00:03:25
    4 - Handling Errors
  102. Урок 102. 00:11:06
    5 - HTTP Interface Rest Client
  103. Урок 103. 00:04:51
    6 - HTTP Interface Web Client
  104. Урок 104. 00:02:31
    7 - Handling Errors with Interface Web Client
  105. Урок 105. 00:03:50
    8 - Using Web Client Directly
  106. Урок 106. 00:02:12
    1 - Intro to Task Execution and Scheduling
  107. Урок 107. 00:05:13
    2 - Your First Scheduled Task
  108. Урок 108. 00:05:54
    3 - CRON Expressions
  109. Урок 109. 00:05:47
    4 - Configure Thread Pool Size
  110. Урок 110. 00:02:23
    5 - @Async
  111. Урок 111. 00:05:55
    1 - Intro to Application Configuration
  112. Урок 112. 00:02:31
    2 - Custom Properties
  113. Урок 113. 00:08:52
    3 - Reading Values From Properties
  114. Урок 114. 00:06:38
    4 - Env Variables and Command Line Arguments
  115. Урок 115. 00:03:49
    5 - Spring Profiles
  116. Урок 116. 00:06:44
    6 - Using Profiles
  117. Урок 117. 00:02:07
    7 - List Of All Properties
  118. Урок 118. 00:02:58
    1 - Dont Use System out println
  119. Урок 119. 00:04:34
    2 - Using Logger
  120. Урок 120. 00:05:48
    3 - Log Levels
  121. Урок 121. 00:01:51
    4 - Logback Configuration & Appenders
  122. Урок 122. 00:04:53
    5 - Configure Logs and FileAppender
  123. Урок 123. 00:02:34
    6 - JSON Appender
  124. Урок 124. 00:02:33
    1 - Intro to Actuator
  125. Урок 125. 00:08:04
    2 - Exposing Metrics
  126. Урок 126. 00:04:41
    3 - Micrometer and Prometheus
  127. Урок 127. 00:02:37
    1 - Intro to Testing
  128. Урок 128. 00:07:26
    2 - Writing tests
  129. Урок 129. 00:01:24
    1 - Intro to Security
  130. Урок 130. 00:03:45
    2 - Up and Running with Spring Security
  131. Урок 131. 00:07:44
    3 - Basic Auth
  132. Урок 132. 00:05:14
    4 - UserDetails and BCryptPasswordEncoder
  133. Урок 133. 00:02:45
    1 - Intro to Packaging
  134. Урок 134. 00:04:29
    2 - Building And Running Jar
  135. Урок 135. 00:04:58
    3 - Docker and Spring Boot
  136. Урок 136. 00:01:39
    1 - Spring AI
  137. Урок 137. 00:03:39
    2 - AI Concepts
  138. Урок 138. 00:01:22
    3 - Signup OpenAI
  139. Урок 139. 00:02:16
    4 - Generate API Key
  140. Урок 140. 00:06:01
    5 - Set API Key and Model Configs
  141. Урок 141. 00:01:42
    6 - ChatGPT
  142. Урок 142. 00:05:08
    7 - ChatClient
  143. Урок 143. 00:02:23
    8 - Working with Java Objects
  144. Урок 144. 00:03:41
    9 - ChatClient Configuration
  145. Урок 145. 00:09:08
    10 - Image Model
  146. Урок 146. 00:11:42
    11 - Audio Model (Audio to Text)
  147. Урок 147. 00:03:14
    12 - Explore Documentation