启动项目发现了这个报错,试了很多方式,最终用下面这种方式解决了:
System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
启动项目发现了这个报错,试了很多方式,最终用下面这种方式解决了:
System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");