abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

实体类名跟表名不一致时使用Example报异常:无法获取实体类xxx对应的表名! #137

Closed jdevsean closed 6 years ago

jdevsean commented 6 years ago

我的表名是tb_backend_user,类名是BackendUser,已经实现了@Table注解,但entityTableMap里面是空的 _15302026248763 _153020275122

jdevsean commented 6 years ago

好吧,发现是我的启动类里面的@MapperScan没有引用通用Mapper里面的,问题解决了,谢谢