1.使用SpringBoot+MyBaits组合,运行代码出现如下异常
出现的异常:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
是由于mapper的配置文件和它之间的编译没有通过
2.解决方法:在pom.xml中加入以下代码即可
(1)我的mapper
(2)在pom.xml中的build中加入以下代码
如图:
1.使用SpringBoot+MyBaits组合,运行代码出现如下异常
出现的异常:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
是由于mapper的配置文件和它之间的编译没有通过
2.解决方法:在pom.xml中加入以下代码即可
(1)我的mapper
(2)在pom.xml中的build中加入以下代码
如图:
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M