tomcat启动报如下错误,

nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: org.xml.sax.SAXParseException; lineNumber: 336; columnNumber: 15; 在注释中找到无效的 XML 字符 (Unicode: 0xde66)。
java.lang.RuntimeException: Error occurred.

看看哪的xml配置文件写错了

应该是XML文件吧,程序都那样写了,方便的话,贴出来