Spring / Spring cloud
What are the client-side features provided in the Spring Cloud Config framework?
Spring Cloud Config framework provides the following features for client applications,
- ability for client applications to bind to the Config Server and initialize Spring Environment with remote property sources,
- ability for client applications to Encrypt and decrypt property values.
More Related questions...