Урок 1. 00:01:23
Course Introduction
Урок 2. 00:02:18
Instructor Introduction
Урок 3. 00:05:38
Getting the Most out of this Course
Урок 4. 00:03:45
Setting Up Your Development Environment
Урок 5. 00:02:46
Is Your IDE Free Like a Puppy?
Урок 6. 00:07:32
Getting Help with the Spring Framework
Урок 7. 00:12:21
Using GitHub
Урок 8. 00:01:17
Introduction
Урок 9. 00:07:51
Introduction to Spring
Урок 10. 00:04:48
Application Overview
Урок 11. 00:05:38
Spring Initilizer
Урок 12. 00:08:44
Open Project in IntelliJ
Урок 13. 00:04:33
Using JPA Entities
Урок 14. 00:04:15
JPA Relationships
Урок 15. 00:03:58
Code Examples in GitHub
Урок 16. 00:03:33
Equality in Hibernate
Урок 17. 00:03:57
Spring Data Repositories
Урок 18. 00:11:08
Initializing Data with Spring
Урок 19. 00:04:28
Publisher Relationships
Урок 20. 00:06:02
Introduction to H2 Database Console
Урок 21. 00:05:43
Introduction to Spring MVC
Урок 22. 00:03:42
Create Service Layer
Урок 23. 00:03:56
Configuring Spring Controllers
Урок 24. 00:08:19
Thymeleaf Templates
Урок 25. 00:02:58
Project Review
Урок 26. 00:01:08
Introduction
Урок 27. 00:06:37
SOLID Principles of OOP
Урок 28. 00:04:12
The Spring Context
Урок 29. 00:04:12
Spring Test Context
Урок 30. 00:08:14
Basics of Dependency Injection
Урок 31. 00:03:42
Dependencies Without Injection
Урок 32. 00:06:12
Dependency Injection without Spring
Урок 33. 00:08:30
Dependency Injection using Spring Framework
Урок 34. 00:03:03
Primary Beans
Урок 35. 00:08:03
Using Qualifiers
Урок 36. 00:06:11
Spring Profiles
Урок 37. 00:03:25
Default Profile
Урок 38. 00:05:26
Spring Bean Life Cycle
Урок 39. 00:08:42
Spring Bean Life Cycle Demo
Урок 40. 00:02:30
Introduction
Урок 41. 00:07:18
HTTP Protocol
Урок 42. 00:05:34
HTTP Request Methods
Урок 43. 00:05:09
Postman Demonstration
Урок 44. 00:06:04
Beginners Guide to REST
Урок 45. 00:04:05
Richardson Maturity Model
Урок 46. 00:07:11
Spring Framework and RESTFul Services
Урок 47. 00:01:39
Introduction
Урок 48. 00:04:09
Create New Project
Урок 49. 00:07:20
Project Lombok Features
Урок 50. 00:04:14
Project Lombok POJOs
Урок 51. 00:03:51
Project Lombok Builders
Урок 52. 00:02:30
Project Lombok Constructors
Урок 53. 00:05:07
Project Lombok Logging
Урок 54. 00:02:08
Delombok
Урок 55. 00:01:31
Introduction
Урок 56. 00:01:24
Introducing SFG Beer Works
Урок 57. 00:04:41
HTTP GET with Spring MVC List Operation
Урок 58. 00:02:57
HTTP Client
Урок 59. 00:06:19
Using Path Parameters - Get By Id
Урок 60. 00:04:07
Spring Boot Development Tools
Урок 61. 00:08:23
HTTP POST with Spring MVC
Урок 62. 00:04:33
Set Header on HTTP Response
Урок 63. 00:06:33
HTTP PUT with Spring MVC
Урок 64. 00:04:08
HTTP DELETE with Spring MVC
Урок 65. 00:05:25
HTTP PATCH with Spring MVC
Урок 66. 00:02:25
Introduction
Урок 67. 00:09:21
Introduction to Testing with MockMVC
Урок 68. 00:06:49
MockMVC Configuration
Урок 69. 00:05:15
Return Data With Mockito
Урок 70. 00:05:50
Using JSON Matchers
Урок 71. 00:03:13
MockMVC Test List Beers
Урок 72. 00:04:59
Create JSON Using Jackson
Урок 73. 00:05:46
MockMVC Test Create Beer
Урок 74. 00:04:03
MockMVC Test Update Beer
Урок 75. 00:03:56
MockMVC Test Delete Beer
Урок 76. 00:04:53
MockMVC Test Patch Beer
Урок 77. 00:02:48
DRY - Don't Repeat Yourself
Урок 78. 00:03:57
DRY - Refactoring
Урок 79. 00:03:01
URI Builder
Урок 80. 00:01:31
Introduction
Урок 81. 00:06:34
Exception Handling Overview
Урок 82. 00:02:49
Throw Custom Exception with Mockito
Урок 83. 00:02:44
Using Exception Handler
Урок 84. 00:02:42
Controller Advice
Урок 85. 00:02:42
Using ResponseStatus Annotation
Урок 86. 00:04:00
Using Java Optional
Урок 87. 00:02:52
Introduction
Урок 88. 00:04:27
Data Transfer Objects
Урок 89. 00:02:32
Refactoring to DTOs
Урок 90. 00:03:23
Spring Data JPA Dependencies
Урок 91. 00:03:38
Creating JPA Entities
Урок 92. 00:03:26
Hibernate UUID Id Generation
Урок 93. 00:02:42
Spring Data JPA Repositories
Урок 94. 00:04:31
Spring Boot JPA Test Splice
Урок 95. 00:04:36
MapStruct Dependencies and Configuration
Урок 96. 00:03:28
MapStruct Mappers
Урок 97. 00:03:08
JPA Services
Урок 98. 00:03:05
JPA Get Operations
Урок 99. 00:06:11
Controller Integration Test
Урок 100. 00:03:36
Testing for expected Exceptions
Урок 101. 00:06:44
JPA Save New Beer Operation
Урок 102. 00:04:27
JPA Update Beer by Id Operation
Урок 103. 00:06:34
JPA Update Beer Not Found
Урок 104. 00:03:35
JPA Delete Beer by Id
Урок 105. 00:05:02
JPA Delete by Id Not Found
Урок 106. 00:02:24
Introduction
Урок 107. 00:07:55
Data Validation Overview
Урок 108. 00:01:49
Java Bean Validation Maven Dependencies
Урок 109. 00:03:11
Controller Binding Validation
Урок 110. 00:04:11
Custom Validation Handler
Урок 111. 00:03:52
Custom Error Body
Урок 112. 00:03:30
JPA Validation
Урок 113. 00:04:08
Database Constraint Validation
Урок 114. 00:03:41
Controller Testing with JPA
Урок 115. 00:02:01
JPA Validation Error Handler
Урок 116. 00:05:01
JPA Validation Error Message
Урок 117. 00:02:30
Introduction
Урок 118. 00:07:49
Overview of MySQL
Урок 119. 00:05:49
Create MySQL Schema and User Accounts
Урок 120. 00:03:15
Adding MySQL Dependencies
Урок 121. 00:05:03
Spring Boot MySQL Profile
Урок 122. 00:04:40
Console Logging of SQL Statements
Урок 123. 00:05:25
JPA Updates for MySQL
Урок 124. 00:05:24
Hikari Datasource Pool
Урок 125. 00:04:33
Schema Script Generation
Урок 126. 00:03:21
Spring Boot Database Initialization
Урок 127. 00:02:34
Introduction
Урок 128. 00:05:44
Overview of Flyway
Урок 129. 00:02:14
Flyway Dependencies
Урок 130. 00:08:40
Flyway Migration Script Configuration
Урок 131. 00:05:08
Add Database Column
Урок 132. 00:03:04
Flyway Advanced Spring Boot Configuration
Урок 133. 00:03:16
Fixing Integration Tests using H2
Урок 134. 00:01:55
Introduction
Урок 135. 00:02:58
Beer CSV Data
Урок 136. 00:03:13
Beer CSV POJO
Урок 137. 00:06:02
Mapping with OpenCSV
Урок 138. 00:05:32
CSV Parse Service
Урок 139. 00:08:27
Save CSV Data to Database
Урок 140. 00:03:13
Hibernate Create and Update Timestamp
Урок 141. 00:02:16
Fix Integration Tests
Урок 142. 00:01:33
Introduction
Урок 143. 00:03:23
Overview of Query Parameters
Урок 144. 00:03:14
List Beers Spring MVC Test
Урок 145. 00:04:57
Capture Query Parameters with Spring MVC
Урок 146. 00:03:39
Update Service to Accept Query Parameter
Урок 147. 00:03:20
Refactor Service with Conditional Logic
Урок 148. 00:05:01
Find By Name with Spring Data JPA
Урок 149. 00:02:59
Complete Implementation
Урок 150. 00:08:24
Complete Search Functionality
Урок 151. 00:01:50
Introduction
Урок 152. 00:03:55
What is Paging and Sorting?
Урок 153. 00:03:14
Paging and Sorting with Spring
Урок 154. 00:04:46
Add Paging Parameters
Урок 155. 00:05:44
Create Page Request Object
Урок 156. 00:06:53
Refactor Spring Data JPA Repositories
Урок 157. 00:03:13
Add Sort Parameter
Урок 158. 00:02:32
Introduction
Урок 159. 00:06:56
Overview of Database Relationships
Урок 160. 00:03:43
Review of Database Changes
Урок 161. 00:04:49
One to Many Bidirectional
Урок 162. 00:07:17
Create Beer Order Repository
Урок 163. 00:06:43
Persisting Beer Order Relationships
Урок 164. 00:05:59
Association Helper Methods
Урок 165. 00:06:57
Many to Many
Урок 166. 00:07:18
Many to Many Persistence
Урок 167. 00:03:57
One to One Bi-Directional
Урок 168. 00:04:43
Cascade on Persist
Урок 169. 00:02:33
Hibernate Cascade Types
Урок 170. 00:02:48
Introduction
Урок 171. 00:18:48
Overview of Database Transactions
Урок 172. 00:07:44
Database Locking Demo
Урок 173. 00:07:32
Spring Data JPA Transactions
Урок 174. 00:05:02
Optimistic Locking Demo
Урок 175. 00:02:01
Introduction
Урок 176. 00:04:58
Project Code Review
Урок 177. 00:02:39
Add Spring Data REST Dependency
Урок 178. 00:04:26
List All With Spring Data REST
Урок 179. 00:01:54
Set Base Path
Урок 180. 00:04:57
Customize URL Path
Урок 181. 00:02:47
Version Property - ETag Header
Урок 182. 00:03:46
API Profile
Урок 183. 00:02:40
Create with Spring Data REST
Урок 184. 00:02:14
Update Data with Spring Data REST
Урок 185. 00:01:52
Delete Data with Spring Data REST
Урок 186. 00:02:47
Use Repository Methods
Урок 187. 00:02:15
Introduction
Урок 188. 00:03:31
Project Code Review
Урок 189. 00:03:46
Create Client Service
Урок 190. 00:05:09
Get List as JSON String
Урок 191. 00:04:55
Get List as Java Map
Урок 192. 00:03:46
Get List as Jackson Object
Урок 193. 00:07:10
Spring Pageable with Jackson
Урок 194. 00:04:01
RestTemplateBuilder Configuration
Урок 195. 00:03:34
Externalize Root URL
Урок 196. 00:02:53
Uri Components Builder
Урок 197. 00:03:35
Query Parameters
Урок 198. 00:04:43
URL Parameters
Урок 199. 00:03:50
HTTP Post with RestTemplate
Урок 200. 00:03:16
Get Response Header
Урок 201. 00:04:04
HTTP Put with RestTemplate
Урок 202. 00:02:37
HTTP Delete with RestTemplate
Урок 203. 00:01:28
Introduction
Урок 204. 00:05:33
Create Mock Test Class
Урок 205. 00:04:48
Using Mockito
Урок 206. 00:04:50
Mock Test Create Beer
Урок 207. 00:02:44
Refactor Setup Method
Урок 208. 00:05:15
Mock Test Update Beer
Урок 209. 00:02:11
Mock Test Delete Beer
Урок 210. 00:02:40
Mock Test Not Found
Урок 211. 00:04:20
Mock Test Query Param
Урок 212. 00:01:54
Introduction
Урок 213. 00:04:10
Adding Spring Security Dependencies
Урок 214. 00:03:18
Calling Rest API with Postman and HTTP Basic
Урок 215. 00:02:50
Customizing User Name and Password
Урок 216. 00:03:31
Testing Spring Security with JUnit 5
Урок 217. 00:05:27
Spring Security Config - Disable CSRF
Урок 218. 00:04:37
Spring Security with Web Application Context
Урок 219. 00:05:51
HTTP Basic with RestTemplate
Урок 220. 00:02:07
Refactor of RestTemplate Builder Config
Урок 221. 00:01:56
HTTP Basic with RestTemplate Mock Context
Урок 222. 00:01:48
Introduction
Урок 223. 00:08:10
Overview of OAuth 2 and JWT
Урок 224. 00:03:38
Introduction to Spring Authorization Server
Урок 225. 00:03:19
Create New Project
Урок 226. 00:06:25
Add Authorization Server Filter Chain
Урок 227. 00:01:45
Add Default Security Filter Chain
Урок 228. 00:01:59
Create User Details Service
Урок 229. 00:03:40
Add Registered Client Repository
Урок 230. 00:03:34
Create JWK Source
Урок 231. 00:01:13
Create JwtDecoder
Урок 232. 00:01:41
Set Authorization Server Settings
Урок 233. 00:07:22
Get Authorization Token Using Postman
Урок 234. 00:01:49
Introduction
Урок 235. 00:02:08
Maven Dependencies
Урок 236. 00:04:46
Spring Security Configuration
Урок 237. 00:03:02
Testing with Postman
Урок 238. 00:03:35
Spring MockMVC Testing with JWT
Урок 239. 00:05:04
Refactor JWT Tests
Урок 240. 00:01:49
Introduction
Урок 241. 00:04:01
Maven Dependencies and Spring Configuration
Урок 242. 00:03:57
Spring Authorized Client Manager
Урок 243. 00:04:41
Http Request Interceptor
Урок 244. 00:05:38
Add Interceptor to RestTemplate Builder
Урок 245. 00:09:35
Mock OAuth2 Manager
Урок 246. 00:02:03
Introduction
Урок 247. 00:04:31
Reactive Manifesto
Урок 248. 00:05:54
What is Reactive Programming?
Урок 249. 00:04:45
Reactive Streams API
Урок 250. 00:03:17
Create Spring Boot Project
Урок 251. 00:04:47
Implement Repository
Урок 252. 00:06:59
Mono Operations
Урок 253. 00:05:49
Flux Operations
Урок 254. 00:03:36
Filter Flux Objects
Урок 255. 00:06:05
Error Handling
Урок 256. 00:02:47
Step Verifier
Урок 257. 00:01:56
Introduction
Урок 258. 00:04:56
Overview of Spring Data R2DBC
Урок 259. 00:02:29
Create Spring Boot Project
Урок 260. 00:05:11
Initializing Database
Урок 261. 00:02:43
Create Database Entity
Урок 262. 00:02:47
Create Spring Data R2DBC Repository
Урок 263. 00:02:37
Test Save New Entity
Урок 264. 00:01:55
Add Create and Update Date with Auditing
Урок 265. 00:05:42
Initializing Database
Урок 266. 00:02:12
Introduction
Урок 267. 00:06:15
Create WebFlux Controller
Урок 268. 00:05:10
List Flux from Database
Урок 269. 00:05:49
Using Path Variables
Урок 270. 00:05:20
Create New Beer Entity
Урок 271. 00:03:49
Testing Create with Postman
Урок 272. 00:06:26
Update Beer Entity
Урок 273. 00:01:39
Test Update with Postman
Урок 274. 00:03:26
Delete Beer Entity
Урок 275. 00:04:28
Add Validation
Урок 276. 00:01:34
Introduction
Урок 277. 00:03:34
Test List Beers
Урок 278. 00:02:01
Test Get By ID
Урок 279. 00:03:30
Test Create Beer Entity
Урок 280. 00:02:00
Test Update Beer Entity
Урок 281. 00:02:02
Test Delete Beer Entity
Урок 282. 00:04:18
Test Method Order
Урок 283. 00:02:05
Introduction
Урок 284. 00:02:02
Test Validation Failure On Create
Урок 285. 00:01:36
Test Validation Failure On Update
Урок 286. 00:02:41
Test Get By ID Not Found
Урок 287. 00:02:06
Test Update Not Found
Урок 288. 00:03:12
Test Delete Not Found
Урок 289. 00:02:48
Verify MongoDB installation
Урок 290. 00:02:34
Create New Spring Boot Project
Урок 291. 00:05:01
Add Entity, Model, and Mapstruct
Урок 292. 00:01:49
Add Mongo Database and Client Configuration
Урок 293. 00:03:26
Mongo Database Authentication
Урок 294. 00:03:02
Add Spring Data Repository
Урок 295. 00:05:33
Test Save New Document
Урок 296. 00:03:26
Using Awaitility
Урок 297. 00:07:25
Implement CRUD Operations
Урок 298. 00:05:52
Find By Name with Spring Data Mongo
Урок 299. 00:06:12
Find By Beer Style with Spring Data Mongo
Урок 300. 00:02:59
Initializing Database
Урок 301. 00:02:35
WebFlux.fn Overview
Урок 302. 00:03:52
WebFlux Handler
Урок 303. 00:08:33
WebFlux Router
Урок 304. 00:03:34
Get by Id Endpoint
Урок 305. 00:06:29
Create Endpoint
Урок 306. 00:03:24
Update Endpoint
Урок 307. 00:02:41
Patch Endpoint
Урок 308. 00:02:09
Delete Endpoint
Урок 309. 00:04:12
Return HTTP 404 on not found
Урок 310. 00:06:32
Add Validation
Урок 311. 00:04:39
Using Query Parameters with WebFlux.fn
Урок 312. 00:01:37
Create New Spring Boot Project
Урок 313. 00:05:23
Get List as JSON String
Урок 314. 00:04:35
Get List as Java Map
Урок 315. 00:02:51
Get List as Jackson Object
Урок 316. 00:03:13
Get List as Java POJOs
Урок 317. 00:04:34
Webclient Global Configuration
Урок 318. 00:03:18
Uri Components Builder
Урок 319. 00:02:39
Query Parameters
Урок 320. 00:05:36
HTTP Post with WebClient
Урок 321. 00:02:34
HTTP Put with WebClient
Урок 322. 00:01:53
Maven Dependencies
Урок 323. 00:04:41
Spring Security Configuration
Урок 324. 00:01:52
Testing API Using Postman
Урок 325. 00:04:48
Spring webTestClient Testing with JWT
Урок 326. 00:02:44
Maven Dependencies
Урок 327. 00:06:40
Spring Security Configuration
Урок 328. 00:02:33
Testing with Postman
Урок 329. 00:04:58
Spring webTestClient Testing with JWT
Урок 330. 00:02:02
Maven Dependencies and Spring Configuration
Урок 331. 00:03:45
Spring Security Configuration
Урок 332. 00:05:34
WebClient Filter Configuration
Урок 333. 00:03:24
Overview of Spring Cloud Gateway
Урок 334. 00:03:03
Create Spring Cloud Gateway Project
Урок 335. 00:04:27
Server Port Mapping
Урок 336. 00:05:22
v1 Route Mapping
Урок 337. 00:06:05
Troubleshooting Spring Cloud Gateway
Урок 338. 00:08:56
Gateway Resource Server Configuration
Урок 339. 00:05:38
The Maven Build Lifecycle
Урок 340. 00:05:13
Maven from the Command Line
Урок 341. 00:03:18
Spring Boot Executable Jars
Урок 342. 00:03:13
Running Spring Boot Executable Jars
Урок 343. 00:02:54
Spring Boot Repackage to Executable Jar
Урок 344. 00:03:42
Running Spring Boot With Maven
Урок 345. 00:04:15
Resource Filtering
Урок 346. 00:03:11
Maven Build Info
Урок 347. 00:06:32
Introduction to the Spring Boot Gradle Plugin
Урок 348. 00:04:17
The Gradle Build LIfecycle
Урок 349. 00:03:35
Gradle from the Command Line
Урок 350. 00:01:55
Running Spring Boot with Gradle
Урок 351. 00:02:03
Spring Boot Build Info
Урок 352. 00:06:44
Introduction to OpenAPI
Урок 353. 00:04:59
OpenAPI for Spring Boot Development
Урок 354. 00:02:59
Springdoc Maven Dependencies
Урок 355. 00:07:07
Springdoc Spring Security Configuration
Урок 356. 00:06:34
Save OpenAPI Specification in Maven Build
Урок 357. 00:04:41
Atlassian Swagger Request Validator
Урок 358. 00:03:47
RestAssured Test
Урок 359. 00:04:22
Spring Security Configuration
Урок 360. 00:04:12
Configure Swagger Request Validator
Урок 361. 00:03:48
Whitelist Validation Rules
Урок 362. 00:06:13
Types of Artificial Intelligence
Урок 363. 00:06:50
Introduction to Large Language Models (LLMs)
Урок 364. 00:08:33
Overview of OpenAI
Урок 365. 00:04:11
Setting Up Your Development Environment for Spring AI
Урок 366. 00:03:14
Create New Spring Boot Project
Урок 367. 00:04:09
Configure OpenAI API Keys
Урок 368. 00:05:05
Add OpenAI Service
Урок 369. 00:16:20
Exploring LLM Capabilities
Урок 370. 00:03:33
Create Spring MVC Controller
Урок 371. 00:03:17
Test Controller with Postman
Урок 372. 00:05:20
Using Prompt Templates
Урок 373. 00:06:07
Directing OpenAI to format the Response
Урок 374. 00:03:23
Directing OpenAI to Respond with JSON
Урок 375. 00:06:45
Binding OpenAI Responses With JSON Schema
Урок 376. 00:02:55
OpenAI Response Meta Data
Урок 377. 00:06:00
Project Review
Урок 378. 00:06:15
Implement Create Beer Entity
Урок 379. 00:02:24
Implement Get By ID
Урок 380. 00:03:00
Implement Update By ID
Урок 381. 00:02:23
Implement Delete By Id
Урок 382. 00:03:11
Implement List Beers
Урок 383. 00:04:40
Test Operations Against Real Server
Урок 384. 00:04:41
Java Virtual Threads
Урок 385. 00:04:04
Introduction to Actuator
Урок 386. 00:03:27
Actuator Configuration
Урок 387. 00:01:27
Alternate Security Configuration
Урок 388. 00:03:07
Spring Boot Actuator Kubernetes Integration
Урок 389. 00:03:04
Add Actuator to WebFlux
Урок 390. 00:03:22
Introduction to Logbook
Урок 391. 00:04:10
Logbook with Spring MVC
Урок 392. 00:06:44
Logstash Configuration for JSON Log Output
Урок 393. 00:04:09
Logbook with Webflux
Урок 394. 00:03:51
Logbook with Spring RestTemplate
Урок 395. 00:03:45
Logbook with Spring WebClient
Урок 396. 00:07:08
Introduction to Caching
Урок 397. 00:01:52
Add Cache Dependencies and Config
Урок 398. 00:05:25
Configure Method Cache for Get By Id
Урок 399. 00:04:34
Configure Cache for List Beers
Урок 400. 00:04:52
Cache Eviction
Урок 401. 00:03:49
Using Spring Cache Manager
Урок 402. 00:04:25
Introduction to Spring Events
Урок 403. 00:02:45
Create Application Event Pojos
Урок 404. 00:02:41
Create Application Event Listener
Урок 405. 00:04:12
Publish Spring Event
Урок 406. 00:02:42
Test Application Event
Урок 407. 00:04:17
Asynchronous Event Processing
Урок 408. 00:04:38
Add Audit Entity
Урок 409. 00:02:32
Add Audit Mapper
Урок 410. 00:03:55
Persist Audit Event
Урок 411. 00:03:09
Your Assignment - Add Order Functionality
Урок 412. 00:04:26
Create DTOs
Урок 413. 00:03:35
Create Mappers
Урок 414. 00:03:12
Add Validation
Урок 415. 00:11:38
Initialize Order Data
Урок 416. 00:08:17
TDD - Get Operations
Урок 417. 00:07:53
Implement Get Operations
Урок 418. 00:04:44
Add Create Order DTO
Урок 419. 00:03:57
TDD - Create Operation
Урок 420. 00:05:08
Implement Create Operation
Урок 421. 00:05:10
Add Order Update DTO
Урок 422. 00:03:51
TDD - Update Operations
Урок 423. 00:07:37
Implement Update Operations
Урок 424. 00:02:23
TDD Delete Operations
Урок 425. 00:03:18
Implement Delete Operations
Урок 426. 00:03:33
Fix Failing Tests
Урок 427. 00:06:06
Introduction to Docker
Урок 428. 00:03:42
Creating a Docker Image with Maven
Урок 429. 00:05:58
Running Images with Docker
Урок 430. 00:03:24
Running Auth Server
Урок 431. 00:06:04
Spring Configuration for Docker
Урок 432. 00:03:47
Update Gateway Routes and Security
Урок 433. 00:03:17
Running Gateway in Docker
Урок 434. 00:04:10
Running RestMVC in Docker
Урок 435. 00:02:52
Running MySQL in Docker
Урок 436. 00:03:34
Running RestMVC Container with MySQL
Урок 437. 00:03:15
Running Reactive Container
Урок 438. 00:11:03
Running Reactive Mongo
Урок 439. 00:02:16
Environment Clean Up
Урок 440. 00:03:31
Introduction to Docker Compose
Урок 441. 00:06:16
Create Docker Compose File
Урок 442. 00:06:16
Add Auth Server and RestMVC to Compose File
Урок 443. 00:06:47
Add Gateway to Compose and Test
Урок 444. 00:02:35
Using Docker Compose with IntelliJ
Урок 445. 00:04:45
Introduction to Kubernetes
Урок 446. 00:02:53
Enable Kubernetes in Docker Desktop
Урок 447. 00:05:02
Overview of Kubernetes Deployments
Урок 448. 00:04:59
Deploy Mongo Pod and Service
Урок 449. 00:04:51
Set Mongo Environment Variables
Урок 450. 00:05:14
Debug CrashLoop on RestMVC
Урок 451. 00:05:48
Kubernetes Port Forwarding and Testing in Postman
Урок 452. 00:06:12
Introduction to Microservices
Урок 453. 00:10:00
Twelve Factor Applications
Урок 454. 00:05:38
The Reactive Manifesto
Урок 455. 00:06:31
Enterprise Integration Patterns
Урок 456. 00:06:57
Starbucks Does Not Use a Two-Phase Commit
Урок 457. 00:06:26
Microservice Project Overview
Урок 458. 00:04:57
Create Shared Message Library
Урок 459. 00:04:20
Refactor Spring MVC Project to use Message Library
Урок 460. 00:05:46
Send Order Placed Application Event
Урок 461. 00:21:16
Interview with Marcin Grzejszczak - Lead for Spring Cloud Contract
Урок 462. 00:16:04
Interview with James Labocki of Red Hat
Урок 463. 00:00:53
KBE - Course Introduction
Урок 464. 00:02:49
KBE - Setting Up Your Development Environment
Урок 465. 00:01:01
KBE - Introduction
Урок 466. 00:07:44
KBE - Spring Boot Project Code Review
Урок 467. 00:06:14
KBE - Creating Docker File
Урок 468. 00:04:45
KBE - Building and Running Docker Image
Урок 469. 00:01:39
KEB - Introduction - Building Layered Image
Урок 470. 00:05:19
KBE - Overview and Maven Configuration
Урок 471. 00:07:44
KBE - Multi-Stage Docker File
Урок 472. 00:04:42
KBE - Introduction - Building Docker Images with Maven
Урок 473. 00:09:07
KBE - Introducing Docker Maven
Урок 474. 00:04:42
KBE - Using Properties in Builds
Урок 475. 00:03:59
KBE - Pushing to Docker Hub
Урок 476. 00:01:20
KBE - Course Introduction
Урок 477. 00:03:16
KBE - Setting Up Your Development Environment
Урок 478. 00:03:32
KBE - Enable Kubernetes in Docker Desktop
Урок 479. 00:00:52
KBE - Introduction to Deploying on Kubernetes
Урок 480. 00:04:51
KBE - Create Deployment
Урок 481. 00:02:56
KBE - Create Service
Урок 482. 00:04:19
KBE - Port Forwarding
Урок 483. 00:02:13
KBE - Terminating Services and Deployments
Урок 484. 00:03:48
KBE - Exposing Services
Урок 485. 00:02:52
KBE - Accessing Logs
Урок 486. 00:04:53
KBE - Setting Environment Variables
Урок 487. 00:05:10
KBE - Readiness Probe
Урок 488. 00:04:29
KBE - Liveness Probe
Урок 489. 00:03:50
KBE - Graceful Shutdown
Урок 490. 00:01:43
KBE - Course Introduction
Урок 491. 00:03:16
KBE - Setting Up Your Development Environment
Урок 492. 00:03:32
KBE - Enable Kubernetes in Docker Desktop
Урок 493. 00:01:54
KBE - Introduction to Spring Boot Microservices on Kubernetes
Урок 494. 00:06:33
KBE - Overview of Microservices Used in This Course
Урок 495. 00:04:10
KBE - Source Code Review
Урок 496. 00:11:11
KBE - Running Services via Docker Compose
Урок 497. 00:01:21
KBE - Introduction - Infrastructure Services
Урок 498. 00:06:00
KBE - MySQL Service
Урок 499. 00:03:21
KBE - JMS Service
Урок 500. 00:02:00
KBE - Introduction to Spring Boot Microservices
Урок 501. 00:04:10
KBE - Inventory Service
Урок 502. 00:02:41
KBE - Inventory Failover Service
Урок 503. 00:04:25
KBE - Beer Service
Урок 504. 00:04:36
KBE - Order Service
Урок 505. 00:06:50
KBE - Add Readiness and Liveness Probe Configuration
Урок 506. 00:05:23
KBE - Add Graceful Shutdown
Урок 507. 00:05:48
KBE - Kubernetes Ingress Controllers
Урок 508. 00:07:36
KBE - Spring Cloud Gateway Service
Урок 509. 00:02:20
KBE - Deleting Services and Deployments
Урок 510. 00:01:47
KBE - Introduction to Consolidated Logging
Урок 511. 00:03:25
KBE - Logging Configuration Code Review
Урок 512. 00:03:33
KBE - Elasticsearch
Урок 513. 00:03:29
KBE - Kibana
Урок 514. 00:10:40
KBE - Filebeat