spring cloud gateway:Unable to find GatewayFilterFactory with name Hystrix

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

加入了下面的pom引用 

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

猜你喜欢

转载自www.cnblogs.com/360minitao/p/11882441.html