使用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依赖排除即可