SpringBoot启动报错:Resolved [org
本文最后更新于 2024-07-06,文章内容可能已经过时。
SpringBoot启动报错:Resolved [org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
具体报错代码如下:
Resolved [org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException: Failed to convert value of type 'java.lang.String' to required type 'com.hgh.yuzhan.dto.EssaySearchDto'; Cannot convert value of type 'java.lang.String' to required type 'com.hgh.yuzhan.dto.EssaySearchDto': no matching editors or conversion strategy found]
报错原因:@RequestBody只支持POST请求,GET请求不能使用@RequestBody;若使用GET请求,则需使用@RequestParam或@PathVariable
- 感谢你赐予我前进的力量
赞赏者名单
因为你们的支持让我意识到写文章的价值🙏
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 程序员Graypigeon
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果