怎么用mybatis
Posted 变换
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么用mybatis相关的知识,希望对你有一定的参考价值。
一般mybatis的用法。mapper-spring-boot-starter + PageHelper分页插件。
1,PageHelper分页插件 。
https://blog.csdn.net/u014082617/article/details/71215539/
https://blog.csdn.net/zcwforali/article/details/78171418
原理是拦截sql,自动帮助你完善sql分页语句。并且帮助你实现count sql统计。
2,mapper-spring-boot-starter。
https://www.jianshu.com/p/866cccd377b5
https://mapperhelper.github.io/docs/1.integration/
省去xml文件配置,简化了开发。挺好用的。
以上是关于怎么用mybatis的主要内容,如果未能解决你的问题,请参考以下文章