【异常处理】org.apache.ibatis.binding.BindingException Invalid bound statement (not found)
加载表格数据时报了异常,报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
debug了一下,跟到了

其实问题很简单,mapper忘记写到mybatis-config.xml了。
有时候编程的问题debug会跟到很深,让你一脸懵逼,但是很多时候只是低级错误。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 潘业成的博客!