Using Rest Template for Microservices Communication | SpringBoot
In this article we will learnt to make Http call using RestTemplate 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.dev3 min read