码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis使用xml实现发生的异常之一return null from a method with a primitive return type (int)

时间:2019-10-24 10:17:30      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:img   nbsp   之一   返回   png   修改   alt   技术   null   

技术图片

 

 

 

主要原因:

1、接口的返回值错误

2、接口的xml错误  ( 主要是标签写错了)

 

在这里我的接口:

技术图片

 

 发现这句并没有错误,那我再看接口的xml:

技术图片

 

 

很明显的就发现了select这里错误,insert,update,delect这些返回值为int类型,是不用写返回值的;

这里是标签写错了:

修改后的代码:

技术图片

 

 把resultType去掉:

技术图片

 

mybatis使用xml实现发生的异常之一return null from a method with a primitive return type (int)

标签:img   nbsp   之一   返回   png   修改   alt   技术   null   

原文地址:https://www.cnblogs.com/bichen-01/p/11730252.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!