SpringBoot集成MyBatis-Plus报错:Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
在整合SpringBoot集成MyBatis-Plus时,调用selectById(id)查询数据时却报错页面错误信息为:其实从后台日志信息就可以看到:可以看到里面的的提示为:Warn:Couldnotfind@TableIdinClass:com.hlt.entity.User.classcom.hlt.entity.User,Notfound@TableIdannotation,Cannotu