This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Cloud Config 4.1.4!spring-doc.cn

AWS Parameter Store

When using AWS Parameter Store as a backend, you can share configuration with all applications by placing properties within the /application hierarchy.spring-doc.cn

For example, if you add parameters with the following names, all applications using the config server will have the properties foo.bar and fred.baz available to them:spring-doc.cn

/config/application/foo.bar
/config/application-default/fred.baz