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

https://github.com/edgar-code-repository/config-repository-example

This is a very simple repository that contains just two property files that are read from a Config Service built with Spring Boot and Spring Cloud.
https://github.com/edgar-code-repository/config-repository-example

Last synced: 5 months ago
JSON representation

This is a very simple repository that contains just two property files that are read from a Config Service built with Spring Boot and Spring Cloud.

Awesome Lists containing this project

README

          

Config Repository Example
--------------------------------------------------------------------------------------------------------------------

This is a very simple repository that contains just two property files that are
read from a Config Service built with Spring Boot and Spring Cloud.

https://github.com/edgar-code-repository/spring-cloud-config-example

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

**Properties used by a service called "config-client-example"**

```
server.port=8200
title=Config Client Example with Spring Boot, Spring Cloud and Retry Library
message=Hello! This service gets its configuration from a Spring Cloud Config Service

```

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