1. 程式人生 > >Mybatis mapper must match錯誤

Mybatis mapper must match錯誤

mybatis cache-ref|cache|resultmap*|parametermap*|sql*|insert*|update*|delete*|select*

Mybatis mapper must match

((cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)


出現此問題是由於自己的xml內的mybatis標簽未按照指定的順序來編寫。

順序如下:

cache-ref

cache

resultMap*

parameterMap*

sql*

insert*

update*

delete*

select


本文出自 “藍色幽默” 博客,請務必保留此出處http://bluehumor.blog.51cto.com/2148378/1955277

Mybatis mapper must match錯誤