@RequestBody  Content type 'multipart/form-data;boundary=----WebKitFormBoundarybEyHr0FZTTOHW7Vq;charset=UTF-8' not supported

 

 报错

@RequestBody  Content type 'multipart/form-data;boundary=----WebKitFormBoundarybEyHr0FZTTOHW7Vq;charset=UTF-8' not supported

 

 form表单提交  Content type 为  multipart/form-data 时,不需要使用@RequestBody注解,去掉即可

相关文章:

  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2021-08-26
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2021-07-11
  • 2021-08-30
  • 2021-04-17
相关资源
相似解决方案