简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
spring boot 中分页插件PageHelper的使用
PageHelper它的优缺点:优点:封装分页sql,使我们不需要每个地方都去写分页的查询语句;同时,使我们select的sql语句向下兼容,换了数据库也不需要更改sql代码。缺点:pagehelper数据量达到一定数量时limit分页时会特别慢,count(*)会把数据库卡死。(1)加入PageHelper的启动依赖<dependency><groupId>com.git
org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lett
org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: WRONGTYPE Operation against a key holding the wrong kind of
到底了