Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 421 Bytes

File metadata and controls

8 lines (7 loc) · 421 Bytes

Spring Boot Microservices

  1. employee-service is a service to manage Employees and Technologies.
  2. project-service is a service to manage Projects and Departments.
  3. api-gateway is a gateway service between internal and external services.
  4. config-service is service to manage shared configuration.
  5. eureka-server is a auto discovery service.
  6. springboot-admin is a service to manage different microservices.