2 mybatis常见错误汇总

2.1 org.apache.ibatis.exceptions.PersistenceException: 
### Error building SqlSession.
### Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 6; 不允许有匹配 "[xX][mM][lL]" 的处理指令目标。

        这个错误是由于主配置文件第一行空着造成的,删掉空行即可。

猜你喜欢

转载自blog.csdn.net/no996yes885/article/details/131921209