Service Discovery using Spring Eureka
Service Discovery using Spring Eureka In the last blog we talked about what microservices is. In this blog we will learn about how services are created and communicate (Service Discovery) using Eureka. How do services communicate? After creating a few services it’s important that they communicate. You obviously cannot hardcode the URL. With cloud … Continued