Spring Cloud配置服务器从本机位置获取属性不起作用

时间:2018-12-13 08:59:08

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

嗨,请参阅我的配置文件的项目结构 Configuration server project structure

在yml文件中包含这些行

http://username:password@1.2.3.4:8080

这里我可以直接在服务名称下获取属性,但不知道如何从澳大利亚,加拿大等文件夹中获取数据。请帮忙

1 个答案:

答案 0 :(得分:0)

我通过在服务器中提供另一个搜索位置路径解决了此问题。看到以下变化

spring.cloud.config.server.native.searchlocations =classpath:config/{application},classpath:config/{application}/{label}

在客户端,我必须确保传递正确的标签。

spring.cloud.config.label=australia