解决mybatis中的org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 1、一般的原因是Mapper interface和xml文件的定义对应不上,需要检查包名,namespace,函数名称 Read More
posted @ 2020-05-25 17:23 AlexZS Views(213) Comments(0) Diggs(0)