Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring HTTP Interface Clients - Consuming HTTP Services in Spring Boot
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Creating new projects in IntelliJ
- 3 Setting up the Article Service
- 4 Setting up the Content Service
- 5 Defining the Article class
- 6 Creating the API for the Article service
- 7 Setting up the Article client
- 8 Testing the endpoints manually
- 9 Implementing the HTTP Interface client
- 10 Adding new methods to the client
- 11 Creating the Content Controller
- 12 Testing the client's methods
- 13 Review and Conclusion