运行错误:Exception in thread "main" java.lang. NoClassDefFoundError: org/apache/commons/logging/LogFac

运行错误:Exception in thread "main" java.lang. NoClassDefFoundError: org/apache/commons/logging/LogFac

 

错误提示项目中没有日志相关的类,原因是这个项目并没有引入相关的JAR包

因此,我引入commons-logging-1.2.jar之后,运行正常

运行错误:Exception in thread "main" java.lang. NoClassDefFoundError: org/apache/commons/logging/LogFac

 

如果Spring项目中只是进行IOC(控制反转)和DI(依赖注入),那么,引入以上三个JAR即可:commons-logging 、 spring-beans 、 spring-core ,三个缺一不可