map.xml文件报The content of element type "mapper" must match "(cache-ref|cache|resultMap*|parameterMap*


出现这个问题  是因为

<insert></insert>

<delete></delete>

<update></update>

<select></select>

等标签写的不完整 或者写错位置了

比如<insert></insert>只写了一个,没有写结尾</insert>

或者<insert></insert>中的</insert>写的位置不对,比如写在了代码里面


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM