问题

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sks.mapper.UserDao.pageQueryData
maybatis常见问题之org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

解决方法

凡是出现这种类型的问题,原因都是dao接口和映射配置文件没有绑定成功,即在指定mybatis映射配置文件的路径时出现了错误,或者在mybatis映射文件中指定dao接口时出现错误。

相关文章:

  • 2022-12-23
猜你喜欢
  • 2021-10-07
  • 2021-05-14
  • 2021-04-26
相关资源
相似解决方案