基于springboot2.1搭建springCloud环境
(1)SpringCloud对于Spriingboot版本有一定的要求,对于SpringBoot2.1x 需要使用Greenwich系列的(Greenwich.SR1 ) 否则对于版本不匹配的问题将会出现
Spring boot java.lang.NoClassDefFoundError: org/springframework/boot/bind/RelaxedPropertyResolver
此异常;
(2)新版的springCloud对于hystrix有依赖,使用eureka的时候需要加入hystrix的依赖
否则会出 空指针异常 并伴有Cannot shutdown ReplicaAwareInstanceRegistry异常