springBoot-tk.mybatis.mapper.MapperException: 无法获取实体类com.example.demo.entity.User对应的表名!

@MapperScan的注解,导入包为import tk.mybatis.spring.annotation.MapperScan;

不是 org.mybaties.spring.annotation.MapperScan

否则会提示这个类映射不到对应的表。

你可能感兴趣的:(mybatis)