🔥Master Microservices using Spring Boot 3.X | Hindi
Transcript
Read and summarize the transcript of this video on Glasp Reader (beta).
Summary & Key Takeaways
The summary of this video is not yet available 😢 We summarize videos one by one, so it might take a while. If you want to get the summary now, please summarize the video with YouTube Summary extension or try Glasp Reader.
About the Video
In this video we are going to learn Microservices using spring boot 3. We will use latest version of spring, spring boot and spring cloud to create and manager microservices. This video is a crashcourse to understand and manager microservices .
Video Timestamp:
00:00 Introduction to video and course
02:52 Monolithic Architecture [Traditional Approch]
05:53 Disadvantages of Monolithic Pattern
08:38 Microservices architecture
09:39 Understanding Microservices with Quiz project
22:35 Creating Quiz and Questions services with database
56:36 Microservices Communication
01:12:48 Testing services
01:13:00 Implementing Service Registry
01:35:29 Managing Multiple Microservices Instances
01:38:03 Load Balancing with Example
01:46:30 Implementing API Gateway
01:53:45 Configurin...