摘要: springboot整合分页插件PageHelper 1.导入page-helper的依赖 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifa 阅读全文
posted @ 2021-10-19 18:23 柯南。道尔 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: springboot整合mybatis-plus MyBatis-Plus (opens new window)(简称 MP)是一个 MyBatis (opens new window) 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发(一般不需要写mapper.xml)、提高效 阅读全文
posted @ 2021-10-19 18:15 柯南。道尔 阅读(1066) 评论(0) 推荐(0) 编辑