microservices communication: Eureka Client
In my previous java microservices tutorial example I have created a Eureka Server . In this tutorial I will show you how microservices communication happens. In this tutorial, I will create...
Home » Posts filed under spring cloud tutorial
microservices discovery using Eureka server
in
Microservice,
microservices architecture tutorial,
microservices discovery,
microservices framework java,
microservices with spring boot example,
spring cloud services,
spring cloud tutorial
- on July 06, 2017
- No comments
microservices architecture java: Eureka Server
In the previous microservices articles, we learn how to configure and access Config Server this tutorial we learn what is Spring Cloud Eureka server ?
Why microservices service registry is needed?
microservices...