mybatis 5.0 报错 Cannot convert value of type ‘com.github.pagehelper.PageHelper’ to required type ‘org

来源:互联网 发布:微易企业号源码 编辑:程序博客网 时间:2024/05/24 20:08

由于之前找的配置文件是老版本的,所以有问题,更多详情建议跳转如下链接

转自:http://blog.csdn.net/wzyxdwll/article/details/66473466


<bean id="sqlSessionFactory"         class="org.mybatis.spring.SqlSessionFactoryBean"><property name="plugins"><array>  ```ruby  <bean class="com.github.pagehelper.PageInterceptor">  ```    <property name="properties">      <!--使用下面的方式配置参数,一行配置一个 -->      <value>        helperDialect=mysql      </value>    </property>  </bean></array>  </property></bean>

阅读全文
0 0
原创粉丝点击