https://github.com/techprimers/spring-boot-config-server-example
Spring Boot using Spring Cloud Config Server
https://github.com/techprimers/spring-boot-config-server-example
Last synced: 5 months ago
JSON representation
Spring Boot using Spring Cloud Config Server
- Host: GitHub
- URL: https://github.com/techprimers/spring-boot-config-server-example
- Owner: TechPrimers
- Created: 2017-08-05T11:42:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T12:55:26.000Z (about 9 years ago)
- Last Synced: 2025-03-28T22:51:12.241Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 8
- Watchers: 2
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)