您的位置:首页 > 编程语言 > Java开发

Spring Boot mybaties error Invalid bound statement (not found)

2017-10-12 17:53 399 查看
报错:

先检查一下 class 路径对不对,再次检查 class 和 mapping 文件中方法名是否正确。

比较坑人的是拼错很难发现

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.geoswift.bankgateway.dao.mapper.biz2rmt.IMemReceiverMerchantDao.saveMemReceiverMerhant
at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:230) ~[mybatis-3.4.2.jar:3.4.2]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: