
单独在mybatis使用分页插件:
5.x以上使用PageInterceptor代替了原来的PageHelper,同时helperDialect代替了原来的dialect属性.
1、 5.x的正确配置为:
interceptor="com.github.pagehelper.PageInterceptor"
2、5.x以下的正确配置为:
interceptor="com.github.pagehelper.PageHelper"
在spring整合mybatis中的使用
helperDialect=mysql
上一篇 ESP32-C3入门教程 网络篇④——WiFi Smart Config 智能配网(基于EspTouchForAndroid)
下一篇 【PyTorch】Key already registered with the same priority: GroupSpatialSoftmax 解决方法