I am following an blog :
https://github.com/jeroenbellen/blog-manage-and-reload-spring-properties
I am developing the services using spring boot and I want to change the config at run-time without application restart.
I have run the code mentioned in the above github repo. What I am not able to understand how does the example-service knows about config-service. There is nothing in code which link them together.
Also, there is just one example service but I have 10s of such example service, how do I use just one config service for all example services