Completed
0:00 Introduction & What's New in Spring Boot 4
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating REST Clients in Spring Boot 4 Just Got Easier
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Introduction & What's New in Spring Boot 4
- 2 1:45 Setting Up the Project with Spring Initializr
- 3 3:20 Traditional Service Implementation with RestClient
- 4 8:15 The Problem with Boilerplate Code
- 5 9:30 Introducing HTTP Interfaces
- 6 11:45 The Old Way: Manual Proxy Factory Configuration
- 7 14:00 The NEW Way: @ImportHttpServices Magic
- 8 16:30 Testing Our Implementation
- 9 18:00 Advanced Configuration & Best Practices