mybatis常见错误解决方案

there is no getter for 。。。。。。。。。

sql foreach: collections里边值要么是list要么对应mapper接口的@Param参数,LIst<String>类型参数,foreach里面直接写item

invalid bound statement(not found);找不到xml文件

原文地址:https://www.cnblogs.com/luchangzhu/p/15349602.html