从Spring Config Server获取属性文件

时间:2016-11-07 08:51:15

标签: spring-boot configuration-files

可以使用Spring Config服务器使用的属性文件的值。

这是我当前使用文件中的值的实现

l = iter([1, 2, 3])
x = list(l)
print l.next()

所以我想知道是否可以使用这种实现,但它不是获取文件,而是从Spring Config Server中检索值

0 个答案:

没有答案