解决 ibatis 的 "This SQL map does not contain a MappedStatement"的错误
在sqlmap.config文件里面,增加
<sqlMap embedded="Mappers.Member.MemberAddress.xml, Infrastructure"/>
本文介绍了解决ibatis中出现的ThisSQLmapdoesnotcontainaMappedStatement错误的方法,在sqlmap.config文件中添加特定配置即可。
解决 ibatis 的 "This SQL map does not contain a MappedStatement"的错误
在sqlmap.config文件里面,增加
<sqlMap embedded="Mappers.Member.MemberAddress.xml, Infrastructure"/>

被折叠的 条评论
为什么被折叠?