引入zuul的pom时报错
Failed to read artifact descriptor for com.netflix.hystrix:hystrix-serialization:jar:1.5.18
pom.xml报错,显示找不到这个依赖
<!-- https://mvnrepository.com/artifact/com.netflix.hystrix/hystrix-serialization --> <dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-serialization</artifactId> <version>1.5.18</version> </dependency>
自己尝试解决加入这个依赖,但是无效。