springcloud:Batch update failure
2019-12-04 本文已影响0人
CXY_XZL
1.问题描述
springcloud的eureka服务端一直报这个异常
2.解决方法:
在eureka服务端修改appication.properties一个属性,如下:
eureka.client.service-url.defaultZone=http://${spring.security.user.name}:${spring.security.user.password}@localhost:${server.port}/eureka/