错误

错误:nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘name’ not found. Available parameters are [arg1, arg0, param1, param2]
错误nested exception is org.apache.ibatis.binding.BindingException

解决方法

我出现这个错误是因为dao方法中有多个参数,但是没有加@Param注解,加上如下图所示的注解就可了。
错误nested exception is org.apache.ibatis.binding.BindingException

相关文章:

  • 2021-11-04
  • 2021-08-01
  • 2021-07-19
  • 2021-11-01
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-08
  • 2021-06-06
  • 2021-09-20
  • 2021-09-02
  • 2021-05-23
相关资源
相似解决方案