Implementing Discovery Server in SpringBoot | Service Discovery | Microservices
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...
prashantblog.hashnode.dev2 min read