Prev Next

Spring / Spring cloud

List the server-side features provided in the Spring Cloud Config framework.

Spring Cloud Config framework provides the following features for server-side applications,

  • ability for any Spring Boot application to be embedded with config server using the annotation @EnableConfigServer,
  • ability for server application to Encrypt and decrypt property values,
  • provides a resource-based, HTTP API to manage external configuration.

More Related questions...

Show more question and Answers...


Comments & Discussions