springboot+mybatis+pagehelper

Posted moris5013

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot+mybatis+pagehelper相关的知识,希望对你有一定的参考价值。

springboot+mybatis+pagehelper整合

springboot   版本2.1.2.RELEASE

mybatis  版本3.5

pagehelper 版本5.18

支持在mapper接口上直接写sql语句,支持在xml文件里写sql语句,支持分页查询,支持自定义sql语句

注意在生成mybatisGenerator文件时,可能在xml文件中生成了多个selectByExampleWithRowbounds语句,保留一个即可。

项目结构

技术图片

application.properties文件

技术图片

 

下载地址:

链接:https://pan.baidu.com/s/1o6gDaVAgOK-yj_owylBQkA 

提取码:v7oy

 

以上是关于springboot+mybatis+pagehelper的主要内容,如果未能解决你的问题,请参考以下文章

学习笔记——Mybatis分页插件

SSM-CRUD

SpringBoot使用·下篇(SpringBoot集成MyBatis+日志打印+MyBatis-plus)

SpringBoot使用·下篇(SpringBoot集成MyBatis+日志打印+MyBatis-plus)

SpringBoot 整合其他框架 -- SpringBoot整合Mybatis

springboot.springboot用最简单的方式整合mybatis