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

https://github.com/senocak/spring-cloud-config-server-jdbc

Spring Cloud Config Server Jdbc
https://github.com/senocak/spring-cloud-config-server-jdbc

configserever configserver kotlin spring spring-boot spring-cloud springboot

Last synced: about 2 months ago
JSON representation

Spring Cloud Config Server Jdbc

Awesome Lists containing this project

README

          

# Spring Cloud Config Server As JDBC




### Screenshots

all.png
create.png
update.png
show.png
profile.png
yml.png
json.png
properties.png

# Client
1. Run client application under ``client1`` folder
2. Update any value for
1. application: `client1`
2. profile: `dev`
3. Run the actuator refresh api to refresh the context in client app
1. `curl -H "Content-Type: application/json" -d {} http://localhost:8081/actuator/refresh`
4. Check the logs in client application
5. Verify environment variable is changed

client-refresh.png