原文:gateway啟動報錯:org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found

將pom.xml中關於spring boot start web模塊的jar依賴去掉。 錯誤分析: 根據上面描述 Description 中信息了解到GatewayAutoConfiguration這個配置中找不到ServerCodecConfig這個Bean。 spring cloud gateway server項目是一個spring boot項目,在啟動的時候會去加載它的配置,其中有一個叫做 ...

2019-05-29 16:56 0 12116 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM