<blockquote><p><span>*********************** APPLICATION FAILED TO START *************************** </span></p><p>### 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.
</p><p><span> ### Action: > Consider defining a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' in your configuration.</span></p></blockquote><p>
</p><p><span/></p><p><span>单看这个错误,从百度搜索来看都是因为Spring Cloud Gateway依赖了spring-boot-starter-web包导致的,建议去掉</span></p><p><span/></p><p><span/></p><p><span>org.springframework.bootspring-boot-starter-web</span></p><p><span/></p><p><span/></p><p><span>但是我通过maven插件搜索并没有搜索到此包</span></p><p/><div class="image-package"><img src="https://upload-images.jianshu.io/upload_images/8965049-34f1c1e76c07df93.jpg" img-data="{"format":"jpeg","size":18699,"height":239,"width":1043}" class="uploaded-img" style="min-height:200px;min-width:200px;" width="auto" height="auto"/>
</div><p><span/></p><p><span>所以回过头来想不是这里的问题。</span></p><p><span>那么在这个错误出现前,我只增加了</span></p><p/><div class="image-package"><img src="https://upload-images.jianshu.io/upload_images/8965049-d8adaff384df5dfe.jpg" img-data="{"format":"jpeg","size":17619,"height":224,"width":603}" class="uploaded-img" style="min-height:200px;min-width:200px;" width="auto" height="auto"/>
</div><p><span/></p><p><span>所以问题应该出现在这里 增加client包</span></p><p/><div class="image-package"><img src="https://upload-images.jianshu.io/upload_images/8965049-cd033809be4d00d6.jpg" img-data="{"format":"jpeg","size":9241,"height":115,"width":772}" class="uploaded-img" style="min-height:200px;min-width:200px;" width="auto" height="auto"/>
</div><p><span/></p><p><span>启动成功</span></p><p><span/></p><p><span/></p><p><span/></p>
ServerCodecConfigurernotfound
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- Spring Cloud Gateway Spring Cloud Gateway 是 Spring Cloud ...
- 目前,Spring Cloud Gateway是仅次于Spring Cloud Netflix的第二个最受欢迎的S...
- 本文将会介绍将微服务网关由Zuul迁移到Spring Cloud Gateway。 Spring Cloud Ne...
- 01-GATEWAY网关 一、网关基本概念 1、API网关介绍 API网关出现的原因是微服务架构的出现,不同的微服...