IllegalArgumentException: Mapped Statements collection does not contain value for com.msy.IAccountDa
摘要:
写mybatis的时候出现了这个错误信息 一直找了两个小时的bug 最后发现 忘记写了一个dao包! Mybatis总结 1.... 阅读全文
posted @ 2020-09-30 21:24
MrFugui
阅读(11)
评论(0)
推荐(0)
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address‘ in
摘要:
写mybatis注解配置的时候报错 org.apache.ibatis.reflection.ReflectionExceptio... 阅读全文
posted @ 2020-09-30 17:53
MrFugui
阅读(56)
评论(0)
推荐(0)
摘要:
动态 sql 是 mybatis 的主要特性之一,在 mapper 中定义的参数传到 xml 中之后,在查询之前 mybatis 会... 阅读全文
posted @ 2020-09-30 10:21
MrFugui
阅读(19)
评论(0)
推荐(0)