logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

content of element type “mapper“ must match “(cache-ref|cache|resultMap*| parameterMap*|sql*|in

mapper.xml文件报错content of element type “mapper” must match "(cache-ref|cache|resultMap|parameterMap|sql*|in**出现这种错误,一般是标签不完整,或是标签位置出错(错误嵌套)例:<select></select<insert>总而言之一句话,就是自己粗心导致的,多检查

到底了