SpringBoot+mybatis+pagehelper实现分页:resultType="map"

1)       在pom.xml中添加pagehelper相关依赖:pagehelper使用第一步 2)       application.properties配置文件:第10行可去掉 3)       springboot应用查询入口 4)       AccountMapper.xml映射文件 5)       AccountMapper接口 6)       Service层的接口和类:
相关文章
相关标签/搜索