出现如下错误:
1:Cause: java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(java.sql.Connection)
在注解args中添加Integer.class
如:@Intercepts({ @Signature(type = StatementHandler.class, method = "prepare", args = {
Connection.class, Integer.class }) })
1:Cause: java.lang.NoSuchMethodException: org.apache.ibatis.executor.statement.StatementHandler.prepare(java.sql.Connection)
在注解args中添加Integer.class
如:@Intercepts({ @Signature(type = StatementHandler.class, method = "prepare", args = {
Connection.class, Integer.class }) })
2017-04-09
必须地给慕课网的良心老师点赞,讲课还是杠杠的,而且免费!分页之前学过一下子,但是还不是很熟悉,现在再看一遍,更加理解分页的原理和知识了。
2017-04-08