An open API service indexing awesome lists of open source software.

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.

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.

--------------------------------------------------------------------------------------------------------------------