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

https://github.com/techprimers/spring-boot-config-server-example

Spring Boot using Spring Cloud Config Server
https://github.com/techprimers/spring-boot-config-server-example

Last synced: 5 months ago
JSON representation

Spring Boot using Spring Cloud Config Server

Awesome Lists containing this project

README

          

# Spring Cloud Config Server Example in a Spring Boot App

- `config-client` - The actual App which is going to use some property
- `config-server` - The Config Server which is pointing to a GIT Repo to pick the property file.
- `config-client.properties` - The actual property file which is used by the config-server to push it to config-client. This is present inside the config-server folder (which is created as Git Repo)