分页插件出现问题

来源:8-3 整合MyBatis - 使用pagehelper实现分页

qq_深圳好男人_0

2018-04-03 11:59

分页插件方法实现调用mapper的

selectByExample(example)

的方法报错:selectByExample
(com.imooc.springboot.pojo.TRoleExample)
in TRoleMapper cannot be applied
to (tk.mybatis.mapper.entity.Example)(tk.mybatis.mapper.entity.Example)

写回答 关注

1回答

  • 慕粉1721125480
    2018-04-15 17:34:12
    Example example=new Example(TRoleExample.class) TRoleExample 一定要是数据表映射的pojo 有@Table


SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题