Completed
Microservices Tutorial 1. Introduction to Microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Microservices Tutorial with Java, SpringBoot and Eureka
Automatically move to the next video in the Classroom when playback concludes
- 1 Microservices Tutorial 1. Introduction to Microservices
- 2 2 The Microservices We'll Build
- 3 3 Create the Services Using Spring Initializr
- 4 4 Import the Projects in Spring Tool Suite
- 5 5 Set port and application name in application properties file
- 6 6 Create the Admissions Controller and Patient class
- 7 7 Add RequestMappings
- 8 8 Write the GetPatientById Method
- 9 9 - Build the HR Service
- 10 10 Build the Pathology Service
- 11 11 - Test the Three Services
- 12 12 Using RestTemplate and Bean
- 13 13 Making REST Calls with RestTemplate
- 14 14 List of Object vs ObjectList
- 15 15 Class Duplication in Microservices
- 16 16 Test the Services Interaction
- 17 17 Call the Pathology Service from the Admissions Service
- 18 18 Debugging Skills in Microservices
- 19 19 - What is Service Discovery(Eureka)
- 20 20 Building the Eureka Server
- 21 21 Creating Eureka Clients
- 22 22 Publish Clients to Eureka Server
- 23 23 Consuming Microservices
- 24 24 Summary and Thank You