org.springframework.beans.factory.BeanCreationException

一.报错原因:

Cause: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 83; 文档根元素 "mapper" 必须匹配 DOCTYPE 根 "null"。

引起:mapper中缺少<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >

解决:加上缺少的表头就可以了。

二.报错原因:

Cause: org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 10; 元素类型为 "mapper" 的内容必须匹配 "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+"。

引起:我也不知道为什么,重新都手打了一遍就好了

上一篇:Element 'beans' cannot have character [children],because the type's content type is e


下一篇:Jedis:Exception in thread "main" java.lang.VerifyError: Bad type on operand stack