java.lang.NoClassDefFoundError: orgapachecommonsloggingLogFactory 解决方案

    xiaoxiao2021-03-25  51

    Spring3.1启动时报错: 

    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

    缺少 commons-logging.jar,也可以添加commons-logging-1.0.4.jar,建议使用后者或者更新版本。

    转载请注明原文地址: https://ju.6miu.com/read-36055.html

    最新回复(0)