Skip to content

Each service is independently deployable and communicates via REST APIs, ensuring scalability and maintainability

Notifications You must be signed in to change notification settings

Nisanth2004/Springboot-Microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Microservices Project: Department, Employee, and Organization Services

This project demonstrates a microservices architecture built using Spring Boot. The services are:

  • Department Service: Manages department-related data.
  • Employee Service: Handles employee-related operations.
  • Organization Service: Coordinates data between departments and employees.

Centralized Configuration with Spring Cloud Config Server

All services retrieve their configuration from a centralized Spring Cloud Config Server. The configuration is hosted in the following GitHub repository:

Config Server Repository

Config Server Setup

Each microservice fetches its configuration from the config server, ensuring centralized management of configuration files. The config server is set up to pull configuration files from the GitHub repository.

About

Each service is independently deployable and communicates via REST APIs, ensuring scalability and maintainability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published