User-Department-Saver-Microservices-using-SpringBoot


simple microservice to save user and department on connect between user service and apartment service

Alt text

Department Service

API's:

  • Create department
  • Get department by id

User Service

API's:

  • Create User
  • Get User by id

Service-registry Service

To know and follow the other service status and port

Getway Service

To severse proxy to accept API calls from the client application, forwarding this traffic to the appropriate service.

Hystrix Service

To controls the interaction between microservices to provide latency and fault tolerance