Spring / Spring cloud
What is Spring Cloud Config?
Spring Cloud Config, part of the Spring Cloud platform, provides server and client-side support for externalized configuration in a distributed system.
Config Server provides a central place to manage external properties for applications across all environments. As an application moves through the deployment pipeline from dev to test and into production you can manage the configuration between those environments using the config server.
More Related questions...