码迷,mamicode.com
首页 > 数据库 > 详细

java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(java.sql.Connection)

时间:2016-11-14 00:38:29      阅读:951      评论:0      收藏:0      [点我收藏+]

标签:规则   signature   tor   sign   错误   apache   executor   exce   except   

此错误是由于版本造成的,如果使用mybatis3.4版本以上,配置拦截器规则应增加Intger

@Intercepts({
        @Signature(
                type= StatementHandler.class,
                method = "prepare",
                args = {Connection.class,Integer.class}
        )
})

 

java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(java.sql.Connection)

标签:规则   signature   tor   sign   错误   apache   executor   exce   except   

原文地址:http://www.cnblogs.com/codespirit/p/6060067.html

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