Java常见错误总结

1. Parameter 0 of method modifyResponseBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.

参考链接:https://blog.csdn.net/qq_39415129/article/details/100118092

  • 解决方法:

2. 未通过 @EnableConfigurationProperties 注册、标记为 Spring 组件或通过 @ConfigurationPropertiesScan 扫描

参考链接:https://blog.csdn.net/li1325169021/article/details/116768787

  • 解决方法:

3.项目重新加载Pom.xml文件

4.使用lombok插件无法识别前端实体处理方法:



posted @ 2022-08-30 13:14  朕在coding  阅读(55)  评论(0编辑  收藏  举报