Skip to content

TechPrimers/spring-boot-config-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Spring Cloud Config Server Example in a Spring Boot App

  • config-client - The actual App which is going to use some property
  • config-server - The Config Server which is pointing to a GIT Repo to pick the property file.
  • config-client.properties - The actual property file which is used by the config-server to push it to config-client. This is present inside the config-server folder (which is created as Git Repo)

About

Spring Boot using Spring Cloud Config Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published