EurekaServer启动出错

使用了最新的Spring Cloud版本Finchley.M9,在启动EurekaService的时候,系统在启动后报错
发现新版本的Spring Cloud对熔断器Hystrix有要求,Eureka中必须添加对Hystrix的依赖才可以

添加下面的依赖


    org.springframework.cloud
    spring-cloud-starter-netflix-hystrix
    2.0.0.M8

你可能感兴趣的:(EurekaServer启动出错)