码迷,mamicode.com
首页 > 编程语言 > 详细

spring cloud gateway:Unable to find GatewayFilterFactory with name Hystrix

时间:2019-10-14 10:42:02      阅读:994      评论:0      收藏:0      [点我收藏+]

标签:报错   depend   ase   overflow   项目   编译   release   ring   artifact   

在springcloud gateway中引用Hystrix filter 编译启动时提示 Unable to find GatewayFilterFactory with name Hystrix 

看了网上有相同的错误 如下

https://stackoverflow.com/questions/51647627/spring-cloud-gateway-2-0-0-releaseunable-to-find-gatewayfilterfactory-with-name

我按照建议加入了下面的pom引用 启动依旧报错

<dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-hystrix</artifactId>
</dependency>

 

解决方案:

    一开始在项目中加入了spring-cloud-starter-openfeign引用(该包引用了,但是工程并未使用feign,因为gateway不支持feign) 后来忘记将该包引用去掉

    去掉后 项目启动编译正常

 

spring cloud gateway:Unable to find GatewayFilterFactory with name Hystrix

标签:报错   depend   ase   overflow   项目   编译   release   ring   artifact   

原文地址:https://www.cnblogs.com/king1302217/p/11669935.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!