分页拦截器有错
来源:3-8 _广告模块开发_分页标签封装
qq_benefitfinde_0
2017-09-30
Cause: org.apache.ibatis.plugin.PluginException: Could not find method on interface org.apache.ibatis.executor.statement.StatementHandler named prepare. Cause: java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(com.mysql.jdbc.Connection, java.lang.Integer)
### Cause: org.apache.ibatis.plugin.PluginException: Could not find method on interface org.apache.ibatis.executor.statement.StatementHandler named prepare. Cause: java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(com.mysql.jdbc.Connection, java.lang.Integer)] with root cause
java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(com.mysql.jdbc.Connection, java.lang.Integer)
2回答
-
关于分页拦截器应该是先去看SSM学习路径里mybatis的教程的,那个里面说的很详细,
仔细看下你分页拦截器的代码,和最终版的代码比较一下是不是有什么不一样的。
00 -
qq_benefitfinde_0
提问者
2017-09-30
谢谢老师 国庆还这么积极回复!
00
IT段子手详解MyBatis遇到Spring 秒学Java SSM开发大众点评
1001 学习 · 485 问题
相似问题