在做spring ibatis整合测试的时候出现如下错误
实体配置文件头出错:Referenced file contains error(http://www.ibatis.com/dtd/sql-map-2.dtd)
纠正方法:把www.ibatis.com改为ibatis.apache.org
问题解决
不知道为什么
实体配置文件头出错:Referenced file contains error(http://www.ibatis.com/dtd/sql-map-2.dtd)
纠正方法:把www.ibatis.com改为ibatis.apache.org
问题解决
不知道为什么
本文介绍在进行SpringIBatis整合测试时遇到的实体配置文件DTD引用错误,并提供了解决方案,即修改DTD地址中的域名从www.ibatis.com为ibatis.apache.org。

803

被折叠的 条评论
为什么被折叠?



