(Spring cloud配置服务器)加载模式{application} / {profile}以外的配置

时间:2016-12-28 09:21:19

标签: spring-cloud-config

https://github.com/shauank/spring-cloud/tree/master/spring-cloud-prop中,如何从 email-conf.properties 中读取属性值。

假设:spring.application.name = reservation和profile = default。 按照惯例,spring cloud将加载 reservation.properties application.properties 。但我也想加载 email-conf.properties 。怎么实现?

1 个答案:

答案 0 :(得分:0)

请参阅the doc of cloud config,访问端点/{name}/{profile}/{label}/{path}以获取纯文本文件。

在您的情况下,您可以通过网址email-conf.properties获取/reservation/default/master/email-conf.properties的内容。