- 博客(3)
- 收藏
- 关注
原创 解决Layui上传图片后端接收到的MultipartFile为null
跟据示例代码修改后发送Ajax请求,后端Service中报空指针异常,MultipartFile img为null。为解决此问题需要给MultipartFile img加上@RequestParam注解,并在前端的upload.render函数中加入field:'img'这是Layui官网演示给的上传多个图片示例代码。这是我的后端Controller。
2024-05-31 21:29:06
319
原创 Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation:
在MySQL数据库中params字段为json类型,在项目中使用MyBatis-Plus可以将json类型的params字段映射为String类型。但是在使用MyBatis-Plus进行插入操作时,将String类型的params插入MySQL就会报错。为解决这个问题需要在entity中将params字段映射为JSONObject类型。
2024-05-28 20:23:47
1979
原创 com.alibaba.fastjson.JSONException: syntax error, expect {, actual error, pos 0, fastjson-version 1.
今天写项目时遇到报错com.alibaba.fastjson.JSONException: syntax error, expect {, actual error, pos 0, fastjson-version 1.2.33。解决方法:在headers中添加。
2024-05-17 22:00:01
2316
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人