mybatis配置文件报错Referenced file contains errors

mybatis的配置文件报错

The errors below were detected when validating the file "mybatis-3-config.dtd" via the file "mybatis-config.xml".  In most cases these errors can be detected by validating "mybatis-3-config.dtd" directly.  However it is possible that errors will only occur when mybatis-3-config.dtd is validated in the context of mybatis-config.xml.

配置
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">


"http://mybatis.org/dtd/mybatis-3-config.dtd">
修改为
"http://www.mybatis.org/dtd/mybatis-3-config.dtd">

最新文章

  1. 巧用javascript对象属性,向事件绑定的匿名函数内传递循环控制变量的值
  2. iOS之由身份证号返回性别
  3. Sass中文乱码问题(手动编译和watch编译)
  4. Node.js系列之ubuntu环境搭建
  5. MFC TOOLBAR
  6. 基于WebForm+EasyUI的业务管理系统形成之旅 -- ParamQueryGrid行、列合并(Ⅸ)
  7. 综合而强大的DATASNAP
  8. 《图解CSS3》——笔记(一)
  9. 《零基础学习Python》01
  10. MySQL闪回原理与实战
  11. ArcGIS 网络分析[8.5] 资料5 网络分析拓展模块及各种接口说明
  12. hadoop集群简单搭建
  13. vs2013下配置opencv1.0.0
  14. tp5阿里云短信发送
  15. 浅谈多重检验校正FDR
  16. Java的Synchronized
  17. UVa 10340 All in All (水题,匹配)
  18. hdu 1401
  19. MQTT的学习研究(十一) IBM MQTT 简单发布订阅实例
  20. 【BZOJ2434】[NOI2011]阿狸的打字机 AC自动机+DFS序+树状数组

热门文章

  1. 0.web理解
  2. Memlab,一款分析 JavaScript 堆并查找浏览器和 Node.js 中内存泄漏的开源框架
  3. PAT (Basic Level) Practice 1018 锤子剪刀布 分数 20
  4. SpringBoot+MyBatis Plus对Map中Date格式转换的处理
  5. 记一次 .NET 某电子病历 CPU 爆高分析
  6. Spring MVC(配置、入门)
  7. uoj316【NOI2017】泳池
  8. grpc中的拦截器
  9. 字符串匹配(BF算法和KMP算法及改进KMP算法)
  10. 5.websocket原理