mybatis 配置文件報錯:

 

在項目搭建過程當中,配置Mybatis配置文件時,出現錯誤:在UserMapper.xml頭文件出現  "Referenced file contains errors(file:/D:/config/mybatis-3-mapper.dtd). For more information, right click on the message in the Problems View and select "Show Details..." 的問題????java

      對於這個問題,出現問題的mapper.xml文件的頭文件是mybatis

 

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
  PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  "http://www.mybatis.org/dtd/mybatis-3-mapper.dtd">
多是因爲我本身使用的Mybatis的config配置文件—— mybatis-3-mapper.dtd文件版本較低,當我更換一個高版本的mybatis-3-mapper.dtd文件後,在Eclipse中從新加載mybatis-3-mapper.dtd文件,在經過"Project ---> clear"項目後,錯誤消失,問題得以解決。
 
單擊add
通常這個時候就行了,若是尚未好,到Project下,點擊clear
 
 
這時候保存文件便可。
另外,也能夠

將 
"http://mybatis.org/dtd/mybatis-3-config.dtd"> 
修改成 app

"http://www.mybatis.org/dtd/mybatis-3-config.dtd">ide

兩個配置文件下載
相關文章
相關標籤/搜索