Spring
AI
Spring AI
Java
Quarkus Spring Spring Data Spring Cloud Hibernate
Python
Database
Postgresql Mysql
Spring Cloud Config 中文文档
    • Introduction
    • Spring Cloud Config Server
      • Environment Repository
        • Git Backend
        • Version Control Backend Filesystem Use
        • File System Backend
        • Vault Backend
        • Accessing Backends Through a Proxy
        • Sharing Configuration With All Applications
        • AWS Secrets Manager
        • AWS Parameter Store
        • JDBC Backend
        • Redis Backend
        • AWS S3 Backend
        • AWS Parameter Store Backend
        • AWS Secrets Manager Backend
        • CredHub Backend
        • Composite Environment Repositories
        • Custom Environment Repositories
        • Property Overrides
        • Using Bootstrap To Override Properties
        • Overriding Properties Using Placeholders
        • Overriding Properties Using Profiles
      • Health Indicator
      • Security
      • Actuator and Security
      • Encryption and Decryption
      • Key Management
      • Creating a Key Store for Testing
      • Using Multiple Keys and Key Rotation
      • Serving Encrypted Properties
      • Serving Alternative Formats
      • Serving Plain Text
      • Serving Binary Files
      • Embedding the Config Server
      • Push Notifications and Spring Cloud Bus
      • AOT and Native Image Support
    • Spring Cloud Config Client
  • Spring Cloud Config 中文文档
  • Spring Cloud Config Server
  • Environment Repository
  • AWS Parameter Store

AWS Parameter Store

在将 AWS Parameter Store 用作后端时,您可以通过将属性放在 /application 层次结构中,与所有应用程序共享配置。

例如,如果您添加名称为下列名称的参数,则所有使用配置服务器的应用程序都将可以使用属性 foo.bar 和 fred.baz:

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

粤ICP备2024239452号-1