一、启动程序后报错信息:
Caused by: org.apache.ibatis.builder.BuilderException: Error creating document i
nstance. Cause: org.xml.sax.SAXParseException: Premature end of file.
原因:程序中存在空的xml文件,删除后异常消失。
二、启动程序后出现错误信息:
java.lang.reflect.MalformedParameterizedTypeException
原因:程序引用jar包冲突,仔细分析下jar包。