<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网关出现的原因是微服务架构的出现,不同的微服...