evatlsong / springside

Automatically exported from code.google.com/p/springside

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

修改mybatis的xml配置文件头定义

GoogleCodeExporter opened this issue · comments

mybatis的xml配置文件头定义还是改一下吧:

<!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD iBatis Mapper 3.0 //EN" 
"http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">

<!DOCTYPE configuration PUBLIC "-//ibatis.apache.org//DTD Config 3.0//EN" 
"http://ibatis.apache.org/dtd/ibatis-3-config.dtd">
分别定义为:
<!DOCTYPE mapper     PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"     
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> 

<!DOCTYPE configuration     PUBLIC "-//mybatis.org//DTD Config 3.0//EN"     
"http://mybatis.org/dtd/mybatis-3-config.dtd"> 

Original issue reported on code.google.com by YangLin.IBM@gmail.com on 16 Dec 2010 at 2:56

Done.Thanks

Original comment by calvinxiu@gmail.com on 17 Dec 2010 at 4:09

  • Changed state: Fixed