1. 程式人生 > 其它 >關於a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer‘ in your configuration解決方案

關於a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer‘ in your configuration解決方案

技術標籤:Exception

錯誤描述

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.

錯誤原因

gateway為了使用webflux進行非同步非阻塞模型的實現,提高效率,就與web衝突了,去掉web包後啟動

解決方案

在pom.xml檔案中,將web依賴註釋掉
在這裡插入圖片描述