Parameter 'limit' not found. Available parameters are [arg1, arg0, pa

mybatis代码报错,这是因为mapper识别不了limit,需要替换成

LIMIT #{arg0},#{arg1}
原文地址:https://www.cnblogs.com/itiande/p/9615828.html