项目架构SSM:

使用mybatis-plus后,调用basemapper里面的方法一直报这个错误,

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

导致原因:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

解决办法:将sqlsession改为MybatisSqlSessionFactoryBean

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

问题解决。

相关文章:

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