原因:
是由不同jar包的多xml解析器冲突造成的
解决:
在使用DocumentBuilderFactory前加入这一行代码
System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
在使用DocumentBuilderFactory前加入这一行代码
System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");