admin管理员组文章数量:1794759
报错Consider defining a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer‘
springBoot项目启动报错
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. #[core-DESKTOP-7MF0MCO.log]# 2021-10-18 17:56:22 ERROR [main] org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter - *************************** APPLICATION FAILED TO START *************************** 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. Disconnected from the target VM, address: '127.0.0.1:60931', transport: 'socket' Process finished with exit code 1经网上查询问题 发现是依赖冲突的问题 因为我使用了spring cloud gateway,它是基于webflux的,如果非要web支持的话需要导入spring-boot-starter-webflux而不是spring-boot-start-web。 因此需要删除业务模块的spring-boot-start-web依赖 重启项目,成功
版权声明:本文标题:报错Consider defining a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer‘ 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1686556503a81513.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论