Skip to content

Priyabharti5/config-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Server – Hotel Review System

This repository stores the centralized configuration files for the Hotel Review System.


Structure:

config-repo/
├── auth-service.yml
├── user-service.yml
├── hotel-service.yml
├── review-service.yml
├── api-gateway.yml
└── eureka-service.yml


How it Works

  • Runs on port 8888.
  • Backed by Spring Cloud Config Server.
  • Each microservice loads its configuration based on spring.application.name.
  • Example: user-serviceuser-service.yml.

Benefits

  • Centralized management of DB, JPA, Eureka, and logging configs.
  • Easy environment promotion (dev → staging → prod) via Git branches.
  • Supports encrypted secrets or Vault integration in future.

About

Centralized Spring Cloud Config Server repo for Hotel Review System microservices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors