Using Feign Client for Microservices Communication | SpringBoot
In this article we will learnt to make Http call using Feign Client from one microservice to another microservice api and consume data.
We have 3 microservices for our Hotel Rating Application →
UserService - localhost:8081/users
HotelService - loc...
prashantblog.hashnode.dev2 min read