Open XiaoWangOK opened 1 year ago
https://xiaowangok.github.io/2022/12/07/maven%E5%8A%A0%E8%BD%BD%E6%9C%BA%E5%88%B6/
使用SpringBoot过程中遇到问题 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atguigu.ggkt.vod.mapper.xxx 问题排查: xxxMapper.xml 文件中的sql语句标签涉及的:id是否正确对应 xxxMapper.java接口中的方法名
牛啊
https://xiaowangok.github.io/2022/12/07/maven%E5%8A%A0%E8%BD%BD%E6%9C%BA%E5%88%B6/
使用SpringBoot过程中遇到问题 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atguigu.ggkt.vod.mapper.xxx 问题排查: xxxMapper.xml 文件中的sql语句标签涉及的:id是否正确对应 xxxMapper.java接口中的方法名