Spring Cloud Microservices | Service Discovery with Netflix Eureka | Dev2Prod Coding

Опубликовано: 09 Ноябрь 2022
на канале: Dev2Prod Coding
688
23

In this video, you will learn to develop Service Discovery(Eureka Server) using spring boot from scratch. Also, we will see how to register other microservices on the eureka server & establish communication between them using the web client.

Contents
0:00 - Intro & Understanding Service Discovery Use
0:54 - Generate discovery-service using Spring Initializer
1:46 - Configurations(Eureka Server)
3:24 - Starting & accessing Discovery Service
4:06 - Registering product-service
6:06 - Calling product-service using web client(@LoadBalanced)
10:21 - Running & consuming product-service on a random port.

GitHub - https://github.com/Dev2ProdCoding/mic...

If you like the video do Like, Share & Subscribe.
#springcloud #microservices #Dev2ProdCoding