ibatis中配置文件载入错误org.xml.sax.SAXParseException: The string "--" is not permitted

时间:2021-09-19 03:15:19

在ibatis加载配置文件的过程中,出现解析错误org.xml.sax.SAXParseException: The string "--" is not permitted


这个有两个情况:


1)注释中包含多余的--,如果是这样删除即可


2)另外就是因为中文乱码问题引起的,可以将配置文件转换为应用服务器可识别的格式,或者在调用前设置字符编码如Resources.setCharset(Charset.forName("UTF-8"));


注:配置文件不但包含root文件也包含子文件