admin管理员组

文章数量:1794759

网关服务启动异常

网关服务启动异常

错误

Description: 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.

Action: Consider defining a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer’ in your configuration.

错误解决

网关的内部包和starter-web冲突了,需要注释掉那个依赖

本文标签: 网关异常