#springboot
Read more stories on Hashnode
Articles with this tag
We have a UserService microserviece which is makes call to other microservices and we would like to implement circuit breaker pattern here. Step 1 →...
We already have setup our ConfigServer (Article : Implementing config server to externalize configuration | SpringBoot Microservices). Here we will...
Step 1 → Our config server will be a microservice with dependencies - Config Server | SPRING CLOUD CONFIG Eureka Discovery Client | SPRING CLOUD...
We have 3 microservices for our Hotel Rating Application → UserService - localhost:8081/users HotelService - localhost:8082/hotels RatingService -...
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...
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...