yudaocode / SpringBoot-Labs

一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab12 mybatis plus 中 UserMapper 接口定义的 default 方法报错

ghforcx opened this issue · comments

Lab12 mybatis plus 中 UserMapper 接口定义的 default 方法报错

testSelectByUsername 和 testSelectPageByCreateTime 两个方法报错,通过反射调用也报错,其他方法没有问题,可以正常通过