Project built to learn microservices implementation using springboot
Department and Employee Service
: Serives responsible for handling requestsService registry
: Contains details about all the services present in the setupAPI Gateway
: Abstracts the inner implementation to the user, so that users can directly request to this and the call will be forwarded to the suitable serviceConfig server
: Provides configurations for all servicesZipkin
: Keeps track of all the requests coming, so makes it easy to debug