nested exception is org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.
这是因为mybatis的mapper文件是xml格式的,所以不允许出现类似“>”这样的字符,解决方案如下:
方案一:
< |
< |
小于号 |
> |
> |
大于号 |
& |
& |
和 |
& |