gateway替代zuul 遇到的bug:Parameter 0 of method hystrixGatewayFilterFactory in org.springframework.

gateway替代zuul 遇到的bug:Parameter 0 of method hystrixGatewayFilterFactory in org.springframework.

首先我的依赖是这样的
gateway替代zuul 遇到的bug:Parameter 0 of method hystrixGatewayFilterFactory in org.springframework._第1张图片

报错信息是:

Parameter 0 of method hystrixGatewayFilterFactory in org.springframework。。。好一长串

解决方案:
把zuul 依赖去掉即可

再次启动。。。。。。

报错信息:

Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.

解决方案:
把web依赖去掉即可

吐槽:找了好久的度娘。。。。。。。。

你可能感兴趣的:(java)