路径问题。要哭了。ibatis解析sqlmapConfig.xml出错

如图
maven+spring+ibatis
反正打死地址不对。。。我都不想活了。。救命啊!!!!

报错信息如下:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClientForLot' defined in file [E:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\service-job\WEB-INF\classes\applicationContext-db.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [sqlMapConf.xml]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: org.xml.sax.SAXParseException; lineNumber: 11; columnNumber: 68; The content of elements must consist of well-formed character data or markup.

小弟谢谢了。。。。

是不是你的文件路径写错了?

配置mapper 扫描对应xml时,要把classpath:去掉,原因我也不知道