SpringBoot报错:Content type ‘multipart/form-data;boundary=xxxx

Posted Adorable_Rocy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot报错:Content type ‘multipart/form-data;boundary=xxxx相关的知识,希望对你有一定的参考价值。

这个问题就是同时接收对象和json数据,在接收的时候发生了异常

  • 解决办法

删除@RequestBody即可

以上是关于SpringBoot报错:Content type ‘multipart/form-data;boundary=xxxx的主要内容,如果未能解决你的问题,请参考以下文章

Springboot与HTML交互问题

设置SpringBoot默认返回体Content-Type

Spring Boot配置FastJson报错'Content-Type' cannot contain wildcard type '*'

httprunner 3.x学习19 - 从返回头部headers取值Content-Type (报错已解决:Bad jmespath expression: Unknown token ‘-‘)(代

前端传参JSON格式, SpringBoot 处理JSON格式请求(content-type)

SpringBoot 出现 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported