【问题标题】:Spring Cloud Config Server - Response DescriptionSpring Cloud Config Server - 响应描述
【发布时间】:2019-03-21 03:30:49
【问题描述】:

是否有任何文档提供 Spring Cloud Config Server 响应中所有元素的描述

{
   "name":"myapp",
   "profiles":[
      "default"
   ],
   "label":null,
   "version":null,
   "state":null,
   "propertySources":[
      {
         "name":"vault:myapp",
         "source":{
            "foo":"myappsbar"
         }
      },
      {
         "name":"vault:application",
         "source":{
            "baz":"bam",
            "foo":"bar"
         }
      }
   ]
}

【问题讨论】:

    标签: spring spring-boot spring-cloud spring-cloud-config


    【解决方案1】:

    【讨论】:

      【解决方案2】:

      请参考https://cloud.spring.io/spring-cloud-config/multi/multi__spring_cloud_config_server.html#vault-backend它有一个与您的问题相同的响应对象,文档可以帮助您理解该对象中的每个参数。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-06-04
        • 2021-10-09
        • 2015-06-18
        • 2020-09-05
        • 2019-07-01
        • 2021-05-25
        • 1970-01-01
        • 2016-02-18
        相关资源
        最近更新 更多