ICode9

精准搜索请尝试: 精确搜索
  • mybatis 分页2022-09-12 18:32:39

    语法:select * from user limit startIndex,pageSize select * from user limit 0,2 mybatis分页查询 添加接口   // 分页查询    List<User> getUserListLimit(Map<String,Object> value);   映射绑定 <select id="getUserListLimit" parameterType="map&qu

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有