Cause: 3 字节的 UTF-8 序列的字节 3 无效。
Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 3 字节的 UTF-8 序列的字节 3 无效。
此时问题:主要是由于配置文件中有中文字符或空格导致的,
两种解决方法:1、全删,重新输入。
2、将xml的配置文件编码模式设置为GBK