https://github.com/edgar-code-repository/spring-cloud-config-example
This repository contains two microservices developed with Spring Boot and Spring Cloud: a "Config Service" and a "Client Service" that reads its properties from the first one.
https://github.com/edgar-code-repository/spring-cloud-config-example
Last synced: 3 days ago
JSON representation
This repository contains two microservices developed with Spring Boot and Spring Cloud: a "Config Service" and a "Client Service" that reads its properties from the first one.
- Host: GitHub
- URL: https://github.com/edgar-code-repository/spring-cloud-config-example
- Owner: edgar-code-repository
- Created: 2019-05-19T21:22:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T21:18:16.000Z (over 5 years ago)
- Last Synced: 2025-08-16T21:24:56.060Z (11 months ago)
- Language: Java
- Homepage:
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Config Service and Config Client Example
--------------------------------------------------------------------------------------------------------------------
This Github repository contains two microservices developed with Spring Boot and Spring Cloud.
**Config Service:**
This microservice is a Config Service that reads properties from another Github repo.
https://github.com/edgar-code-repository/config-repository-example
**Client Service:**
This microservice reads its properties from the Config Service and uses
the "Retry" library in case the Config Service is not available temporarily.
--------------------------------------------------------------------------------------------------------------------