此版本仍在开发中,目前尚不稳定。如需最新稳定版本,请使用 Spring Cloud Config 5.0.1spring-doc.cadn.net.cn

AWS 参数存储

当使用 AWS Parameter Store 作为后端时,您可以通过将属性放置在 /application 层级中,与所有应用程序共享配置。spring-doc.cadn.net.cn

例如,如果您添加以下名称的参数,则所有使用配置服务器的应用程序都将拥有 foo.barfred.baz 这两个属性可供使用:spring-doc.cadn.net.cn

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