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插件无法识别前端实体处理方法:
“fool me once,shame on you. fool me twice, shame on me.”,翻译过来的意思是“愚弄我一次,是你坏;愚弄我两次,是我蠢”。