Spring cloud Netflix - 属性而不是yml

时间:2015-12-04 06:36:06

标签: properties yaml spring-cloud netflix-zuul

我尝试使用application.properties文件而不是yml。但是我的配置不会被spring-boot选中。 yml和.properties的配置是不同的吗?

在yml中

zuul:
  ignoredServices: "*"

我在application.properties

中这样做了
zuul.ignoredServices=*

1 个答案:

答案 0 :(得分:0)

反过来,“zuul.ignoredServices = *”对我来说很好。