一、需求:实现Springboot中MyBatisplus使用IPage和Page分页二、技术:MyBatisplus的IPage和Page三、实现1、代码结构2、代码详情(1)Controllerpackagecom.xkcoding.rbac.security.controller;importlombok.extern.slf4j.Slf4j;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.web.bind.annotation.*;importjava.util.Map;importcom.baomidou.mybatisplus.core.metadata.IPage;i...
继续阅读 >