报错如下
c.e.exception.GlobalExceptionHandler : 异常信息:
Content type 'multipart/form-data;boundary=--------------------------952399813172082093419475;charset=UTF-8' not supported
 解决:
解决:
 
异常信息 Content type 'multipart/form-data;boundary=--------------------------952399813172082093419475;charset=UTF-8' not supported 
指出服务器无法处理客户端发送的带有指定 Content-Type 的请求。
在这个案例中,Content-Type 是 multipart/form-data,它通常用于文件上传。

以上方法并没有解决,我重新开了一个:
