摘要:
进行文件上传时,需要附带除文件以外的其他数据,传给后端时报错: Unsupported Media Type 以及 Content type 'multipart/form-data;boundary WebKitFormBoundaryXXXXXXXXXX;charset=UTF-8' not s 阅读全文
摘要:
## 问题描述: SpringBoot项目中,一直使用的时Hutool的json转换工具,被强制要求不能使用fastJson工具;之前都没什么问题,突然有一次使用parseObj()进行json字符串转换json对象时,突然报错:No serializer found for class cn.hu 阅读全文