eclipse报错信息:
Referenced file contains errors (http://mybatis.org/dtd/mybatis-3-config.dtd). For more
information, right click on the message in the Problems View and select "Show Details..."
解决:
- 大多数是说在网址前面加www,也就是变成了http://www.mybatis.org/dtd/mybatis-3-config.dtd,但是原来没出错,所以使用第二种方法尝试一下。
- 对于Eclipse编译器来说,会有个缓存,这样验证的时候他会告诉你版本不统一,Preferences -> General -> Network Connections -> Cache --- Remove 删除里面的缓存回复。然后clean下项目。