Skip to content

Project built to learn microservices implementation using springboot

Notifications You must be signed in to change notification settings

ThejasNU/springboot-microservices

Repository files navigation

springboot-microservices

Project built to learn microservices implementation using springboot

Architecture

image

Main components

  1. Department and Employee Service: Serives responsible for handling requests
  2. Service registry: Contains details about all the services present in the setup
  3. API 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 service
  4. Config server: Provides configurations for all services
  5. Zipkin: Keeps track of all the requests coming, so makes it easy to debug

About

Project built to learn microservices implementation using springboot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages