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
Description:
Embark on a comprehensive microservices tutorial using Java, Spring Boot, and Eureka. Learn to build and integrate multiple services, including Admissions, HR, and Pathology, while mastering essential concepts such as REST calls, service discovery, and debugging techniques. Explore the creation of Eureka servers and clients, and gain practical experience in publishing and consuming microservices. By the end of this hands-on tutorial, develop a solid foundation in microservices architecture and implementation using popular Java technologies.
Microservices Tutorial with Java, SpringBoot and Eureka