Caused by: java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
Caused by: java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
使用hutool时候,报错为上面的错误。是因为没有引入依赖:
<dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.12.0</version>
        </dependency>
引入依赖后,就不会进行报错了
本文来自博客园,作者:King-DA,转载请注明原文链接:https://www.cnblogs.com/qingmuchuanqi48/p/12301899.html
 
                    
                
 
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号