【问题标题】:Spring Cloud Config Server - How to download binary fileSpring Cloud Config Server - 如何下载二进制文件
【发布时间】:2016-11-18 14:19:25
【问题描述】:

我有一个 Spring Cloud Config Server,在 git repo 中有常用的属性文件:

|--application.yml
|--app1.yml

我还添加了一个二进制文件

|--mybinaryfile

通常访问我会要求的属性

http://myconfigserver/app1/dev

是否可以通过配置服务器下载二进制文件?我试过了

http://myconfigserver/mybinaryfile

http://myconfigserver/mybinaryfile/dev

但他们没有工作。

【问题讨论】:

    标签: spring git spring-cloud spring-cloud-config


    【解决方案1】:

    我找到了:

    http://myconfigserver/*/dev/master/mybinaryfile

    【讨论】:

      猜你喜欢
      • 2022-12-15
      • 1970-01-01
      • 1970-01-01
      • 2015-06-18
      • 2017-03-29
      • 2017-06-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多