配置xml文件的時候報錯
報這個錯誤
The content of element type "mapper" must match "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+".
報這個錯誤
The content of element type "mapper" must match "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+".
2018-08-19
舉報
2018-09-21
兄弟,問下,,用mybatis返回jsp頁面的代碼,寫在哪個位置,,視頻里面看不到
2018-08-19
xml約束 按照match后面括號里的順序寫標簽 比如cache-ref標簽必須寫在cache標簽前面!