In the previous article, Introduction to Spring Cloud Config Server, we have seen how to use Spring Cloud Config Server.
But the problem is that to reload the config changes in Config Client applications, we need to trigger the /refresh endpoint manually. This is not practical or viable if you have a large number of applications.
