码迷,mamicode.com
首页 > 编程语言 > 详细

pagehelper调用mybatis报错java.lang.NoSuchMethodError:org.apache.ibatis.reflection.MetaObject.forObject

时间:2018-11-11 01:00:12      阅读:1666      评论:0      收藏:0      [点我收藏+]

标签:error   pac   lan   state   mapped   tao   cti   tsql   版本   

最近在升新的基础框架到spring cloud,启动时pagehelper报错,如下:

java.lang.NoSuchMethodError:org.apache.ibatis.reflection.MetaObject.forObject(Ljava/lang/Object;Lorg/apache/ibatis/reflection/factory/ObjectFactory;Lorg/apache/ibatis/reflection/wrapper/ObjectWrapperFactory;)Lorg/apache/ibatis/reflection/MetaObject;

       atcom.github.pagehelper.SqlUtil.forObject(SqlUtil.java:78)

       atcom.github.pagehelper.SqlUtil.getsqlSource(SqlUtil.java:521)

       atcom.github.pagehelper.SqlUtil.getMappedStatement(SqlUtil.java:444)

       atcom.github.pagehelper.SqlUtil.processCountMappedStatement(SqlUtil.java:143)

       atcom.github.pagehelper.PageHelper.intercept(PageHelper.java:140)

       atorg.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
经查是pagehelper版本太高,自动引入的是5.x的,将为4.1.8之后,问题解决。

pagehelper调用mybatis报错java.lang.NoSuchMethodError:org.apache.ibatis.reflection.MetaObject.forObject

标签:error   pac   lan   state   mapped   tao   cti   tsql   版本   

原文地址:https://www.cnblogs.com/zhjh256/p/9941012.html

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