异常处理:Failed to bind properties under ‘eureka.client.service-url‘ to java.util.Map

运行项目时报Update your application’s configuration

异常处理:Failed to bind properties under ‘eureka.client.service-url‘ to java.util.Map
一开始以为是缺少数据源,仔细查看后发现不是

原因:

异常处理:Failed to bind properties under ‘eureka.client.service-url‘ to java.util.Map
application.yml配置文件中:eureka.client.service-url后缺少defaultZone或yml格式不正确也会引发此类错误

解决:

异常处理:Failed to bind properties under ‘eureka.client.service-url‘ to java.util.Map
service-url后添加defaultZone