You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A microservices-based job portal application for managing job listings, company profiles, and reviews. Built with Spring Boot, PostgreSQL, and Docker. Features include dynamic service discovery with Eureka, centralized API routing with Spring Gateway, and configuration management with Spring Cloud Config. Includes Zipkin for distributed tracing.
This tutorial is about spring cloud Netflix Eureka. Here, we will be creating eureka discovery server and microservices that will itself register to the discovery server and the client that will use netflix client API to discover the service and consume the microservices exposed by the service with sample example.