Example Spring Application Integrated With Spring Cloud Config to Centralize Configuration
Configuration variables will be put inside config directory.
We can reload configuration from server (at runtime) without restarting client application. Because there is reload configuration on annotation @RefreshScope
Client running on port 8081
Server running on port 8082
URL http://localhost:8082/master/development will show configurations that is committed to github repository
curl -X POST 'http://localhost:8081/refresh' without any body