错误:

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.zr.msgg.permission.model.mapper.ResourceMapper.find


原因:修改包名后,只修改了配置文件,没有修改映射文件的命名空间,导致映射不正确。

相关文章: