Skip to content

Spring Cloud Config within a microservices architecture to externalize the configuration management for distributed applications. Spring Cloud Config allows you to manage the configurations of microservices in a centralized manner, which is essential in dynamic, cloud-based, or distributed systems.

Notifications You must be signed in to change notification settings

Aliabbos-Ashurov/spring-cloud-config-microservices

Repository files navigation

Spring Cloud Config Microservices

This repository contains a microservices-based project that demonstrates the implementation of a Cloud-Config User Service and a Notification Service using Spring Boot, Eureka Discovery Server, and MongoDB/PostgreSQL. The system leverages Feign Clients for inter-service communication and integrates with Eureka Server for service registration and discovery.

Simple Architecture overview

architecture

Technologies Used

  • Spring Boot for microservices.
  • Spring Cloud for service discovery and Feign integration.
  • MongoDB and PostgreSQL as databases.
  • Docker for containerization.

About

Spring Cloud Config within a microservices architecture to externalize the configuration management for distributed applications. Spring Cloud Config allows you to manage the configurations of microservices in a centralized manner, which is essential in dynamic, cloud-based, or distributed systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages