赞
踩
✨作者简介:杨 戬,博客专家、github开源作者
✨多年工作总结:Java学习路线总结,小白逆袭Java技术总监
✨技术交流:定期更新Java硬核干货,不定期送书活动、助你实现技术飞跃
✨关注公众号【程序技术圈】,回复 2023面试题 ,获取《史上最全Java面试题【2023完整版】》pdf,复习方便,面试利器!
【已解决】java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Long异常的正确解决方法,亲测有效!!!
使用idea创建ssm测试项目,报错java.math.BigInteger cannot be cast to java.lang.Long,类型转换问题,但是可以保证数据库类型没有问题,代码也没有问题,就是报错,整了一天没整出来
报错信息:
org.apache.ibatis.exceptions.PersistenceException:
Error querying database. Cause: java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Long
The error may exist in com/test/mapper/StudentMapper.xml
The error may involve com.test.mapper.StudentMapper.selectStudent
The error occurred while executing a query
Cause: java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Long
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:150)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:141)
at org.apac
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。