首页 > 其他 > 详细

MyBatis Parameter '*' not found

时间:2020-10-05 22:15:33      阅读:41      评论:0      收藏:0      [点我收藏+]
Servlet[springmvc]的Servlet.service()引发了具有根本原因的异常Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException:
nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘userCode‘ not found. Available parameters are [user, param1]
org.apache.ibatis.binding.BindingException: Parameter ‘userCode‘ not found. Available parameters are [user, param1]

以上是错误信息

 

解决方案

我这边在dao层的接口那个使用了@Param()注解,要注意@Param()只使用在 基本类型的参数或者Srtring类型

MyBatis Parameter '*' not found

原文:https://www.cnblogs.com/wanghwei/p/13770924.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!