使用springcould添加geteway网关配置后,启动服务出错!


错误描述:

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.

错因:

        依赖冲突

                 spring-boot-starter-web中有网关模块微服务,并且与spring-cloud-starter-gateway 中的webflux依赖相冲突

 

解决:

        将spring-boot-starter-web依赖排除即可

 

Logo

欢迎加入DeepSeek 技术社区。在这里,你可以找到志同道合的朋友,共同探索AI技术的奥秘。

更多推荐