mapper.xml报异常The content of elhe content of element type "mapper"

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xiaoxiaovbb/article/details/80375990

The content of element type "mapper" must match "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+".异常

通常报这个异常基本上就是你的xml中有不按格式写的内容。例如:


猜你喜欢

转载自blog.csdn.net/xiaoxiaovbb/article/details/80375990