NoClassDefFoundError: org/slf4j/LoggerFactory 解决方案

 NoClassDefFoundError: org/slf4j/LoggerFactory 解决方案
 
NoClassDefFoundError: org/slf4j/LoggerFactory解决方案,
 

解决方法:

https://www.slf4j.org/download.html

下载 slf4j-1.7.24.zip 并且解压;

引用以下jar:

slf4j-api-1.7.24.jar

slf4j-log4j12-1.7.24.jar

尽量不用 slf4j,特别容易出错。

下载地址:

https://repo1.maven.org/maven2/org/slf4j/

https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar

https://repo1.maven.org/maven2/org/slf4j/slf4j-api/

原文地址:https://www.cnblogs.com/emanlee/p/14038377.html