2 Mybatis common error summary

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; 2; columnNumber: 6; Processing instruction targets matching "[xX][mM][lL]" are not allowed.

        This error is caused by the blank first line of the main configuration file, just delete the blank line.

 

Guess you like

Origin blog.csdn.net/no996yes885/article/details/131921209