Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 3 字节的 UTF-8 序列的字节 3 无效。

Cause: 3 字节的 UTF-8 序列的字节 3 无效。

 此时问题:主要是由于配置文件中有中文字符或空格导致的,

两种解决方法:1、全删,重新输入。

                          2、将xml的配置文件编码模式设置为GBK

Cause: 3 字节的 UTF-8 序列的字节 3 无效。

相关文章:

  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-11
  • 2021-08-22
  • 2022-12-23
  • 2021-07-24
  • 2021-09-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案