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.
- Host: GitHub
- URL: https://github.com/edgar-code-repository/config-repository-example
- Owner: edgar-code-repository
- Created: 2019-05-19T17:57:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T21:12:56.000Z (over 5 years ago)
- Last Synced: 2025-06-12T22:15:37.041Z (about 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
--------------------------------------------------------------------------------------------------------------------