Implementing Discovery Server in SpringBoot | Service Discovery | Microservices
Nov 2, 2024 · 2 min read · We have 3 microservices for our Hotel Rating Application → UserService - http://localhost:8081/users HotelService - http://localhost:8082/hotels RatingService - http://localhost:8083/ratings Here we will try to implement Service Discovery mechan...
Join discussion