报错:无法获取实体类XXX对应的表名!
启动类中@MapperScan注解不要引入
import org.mybatis.spring.annotation.MapperScan;
而应该引入
import tk.mybatis.spring.annotation.MapperScan;
启动类中@MapperScan注解不要引入
import org.mybatis.spring.annotation.MapperScan;
而应该引入
import tk.mybatis.spring.annotation.MapperScan;