Prashant Katareprashantblog.hashnode.dev·Nov 2, 2024Implementing Discovery Server in SpringBoot | Service Discovery | MicroservicesWe 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...Springboot
Adrian Kodjaadriankodja.com·Jul 4, 2023Implementing Eureka Discovery Server with Spring BootSpring Boot has made building microservices very popular due to its simplicity and productivity boost. When working with microservices, service discovery is a crucial part. Netflix Eureka is one such service discovery server that integrates smoothly ...138 readsWhat are Microservices?Java