Spring Cloud Config is Spring's client/server approach for storing and serving distributed configurations across multiple applications and environments. This configuration store is ideally versioned under Git version control and can be modified at application runtime. While it fits very well in Spring applications using all the supported configuration file formats together with constructs like Environment, PropertySource, or @Value, it can be used in any environment running any programming language. In this tutorial, we'll focus on how to set up a PostgresSql Database-backed config server, use it in a simple REST application server, and set up a secure environment including encrypted property values.
Le's Setup Our #Cloud Config Server.
We are done with config server so far.lets have look at our client application how our its interect with server
that's we are ready to go








