Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 499 Bytes

spring-cloud-config-server

The repository has Spring Cloud Config Server, Spring Cloud Client and a Postman Collection to test the setup.

Download both projects on your local. Run them on the already configured ports on your local.

Update the client config yaml file in the server to do runtime updates for your client to read latest cofigurations.

Re-run the server. Import the postman collection and Hit Send.

You will see the client now reads the updated config on the /greeting endpoint.