会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Erudite
实践出真知
博客园
首页
新随笔
联系
订阅
管理
2021年10月25日
BindingException: Mapper method 'xxx.dao.StudentDao.insertStudent' attempted to return null from a method with a primitive return type (int).
摘要: 一、问题 报错结果: 二、造成错误代码 本人造成的错误是在 dao/StudentDao.xml 文件造成的,也就是持久层的dao配置文件写错了,下面是本人的错误代码: <select id="insertStudent"> insert into student1(name, age) value
阅读全文
posted @ 2021-10-25 12:46 Erudite
阅读(156)
评论(0)
推荐(0)
编辑
公告