在配置idea中的SpringBoot项目的XML文件是文件头报错"White spaces are required between publicId and systemId" 和 “URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)”,其实容易解决。

出现White spaces are required between publicId and systemId时
解决方法:只需要将第二个双引号中的内容换行添加空格即可
White spaces are required between publicId and systemId 错误解决方法
White spaces are required between publicId and systemId 错误解决方法
"White spaces are required between publicId and systemId"错误解决了,但是又出现了"URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)"错误
White spaces are required between publicId and systemId 错误解决方法
解决方法:这时需要进行配置,来解决错误

  • 复制报红的URI:“http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd”
  • White spaces are required between publicId and systemId 错误解决方法
    White spaces are required between publicId and systemId 错误解决方法
    OK之后就这个样纸
    White spaces are required between publicId and systemId 错误解决方法

相关文章:

  • 2021-12-12
  • 2021-08-28
  • 2022-12-23
  • 2021-07-08
  • 2022-02-27
  • 2022-02-26
  • 2021-09-16
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案