PageHelper
javafanwk
专注微服务架构,熟悉react、大数据、云计算,喜欢看java编程思想,设计模式,算法等书,希望通过我的努力减少代码量,提高java的标准化,提高程序的稳定度,认真搞技术,一直在路上,希望大家共同前行,进步。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot分页插件PageHelper
目的:利用PageHelper实现 springboot分页 1.pom文件<!--pagehelper 分页--> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</ar...原创 2018-05-04 19:11:42 · 379 阅读 · 0 评论 -
JSON parse error: Can not construct instance of org.springframework.data.domain.Page:
org.springframework.data.domain.Page:转换异常报错,解决方法,缺少实现类 JSON parse error: Can not construct instance of org.springframework.data.domain.Page: abstract types either need to be mapped to concrete typ...原创 2018-08-26 18:25:28 · 12340 阅读 · 3 评论
分享