Prashant Katareprashantblog.hashnode.dev·Nov 4, 2024Using Feign Client for Microservices Communication | SpringBootIn 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...DiscussMicroservices
Prashant Katareprashantblog.hashnode.dev·Nov 3, 2024Using Rest Template for Microservices Communication | SpringBootIn 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...Discussmicroservices communication