eureka.client.serivce-url.default-zone=http://localhost:8761/eureka
The above property doesn't work witthout camel case however other property does. More details.
eureka.client.serivce-url.default-zone=http://localhost:8761/eureka
Comment From: spencergibb
That's correct, default zone is a key in a map, not a property, so it is case sensitive.
Comment From: garg10may
How it's identified whether it's a key in map or a property? Can this feature be documented, it doesn't seem intitutive.
Comment From: fkalisa
@all I am working on this issue