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

https://github.com/stylepatrick/spring-config-server-client

Example for Spring Config Server and Client.
https://github.com/stylepatrick/spring-config-server-client

spring-cloud spring-config-client spring-config-server

Last synced: 3 months ago
JSON representation

Example for Spring Config Server and Client.

Awesome Lists containing this project

README

        

## spring-config-server-client

Example application to demonstrate Spring Config Server and Client:

yaml file in config-repo:

```
foo:
bar: test123
```