I'm trying to use application.properties file instead of yml. However my configurations are not picked up by spring-boot. Are the configurations diffrent for yml and .properties?
In yml
zuul:
ignoredServices: "*"
I made it like this in application.properties
zuul.ignoredServices=*