ibatis的xml中的dtd问题
在eclipse下使用ibatis,使用默认的dtd会有问题,会报
Connection reset的错误,不爽的话把dtd的路径从www.ibatis.com改成ibatis.apache.org吧
代码
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN"
"http://ibatis.apache.org/dtd/sql-map-config-2.dtd">
<sqlMapConfig>
</sqlMapConfig>
这样在eclipse中写配置文件的时候就有代码提示了