加载表格数据时报了异常,报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
debug了一下,跟到了
其实问题很简单,mapper忘记写到mybatis-config.xml了。
有时候编程的问题debug会跟到很深,让你一脸懵逼,但是很多时候只是低级错误。
【异常处理】org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
最新推荐文章于 2025-04-21 15:02:59 发布