报错
@初桐
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
There is no getter for property named ‘bdsjCcjlId‘ in ‘class
There is no getter for property named ‘bdsjCcjlId’ in 'class com.baomidou.mybatisplus.core.conditions.query.QueryWrapper这个报错是因为:我用了MyBatisPlus的条件构造语句的update语句根据主键id去修改一条数据,但是我在条件构造器里并没有将主键id赋值进去,而是将另外一个id放了进去,才导致的程序报错...原创 2021-06-28 11:32:57 · 211 阅读 · 0 评论 -
com.alibaba.fastjson.JSONException: expect ‘:‘ at 0, actual =
报错内容:com.alibaba.fastjson.JSONException:期望’:'为0,名称为spbh可能存在的原因:"> #{spbhlis原创 2020-10-25 16:51:48 · 268 阅读 · 0 评论 -
Error starting ApplicationContext. To display the conditions report re-run
Error starting ApplicationContext. To display the conditions report re-run(错误ApplicationContext开始。要显示条件报告,请重新运行)原创 2020-10-25 16:47:30 · 929 阅读 · 0 评论 -
Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘t
可以看出报错原因是与我们查询数据库的表名不一致解决办法就是在实体类层使用@TableName注解指定要查询的表明原创 2020-08-25 11:50:58 · 13170 阅读 · 0 评论 -
java.lang.NumberFormatException: null
java.lang.NumberFormatException: null出现这个错误很有可能是URL那块参数没有传递过来,所以接收的时候是null(空的)原创 2020-08-02 20:05:12 · 980 阅读 · 0 评论
分享