webmagic
webmagic copied to clipboard
Failed to load class "org.slf4j.impl.StaticLoggerBinder".
请问,这是 org.slf4j exclude 导致的? 要怎么处理?
我添加了一个依赖就好了
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
您的邮件我已收到,祝你天天开心!
Any idea how to solve this? I tried everything, but it still doesn't work
Any idea how to solve this? I tried everything, but it still doesn't work
Try this https://github.com/code4craft/webmagic/issues/1074#issuecomment-1211585545 add the dependency to the pom.xml of that that project.
It worked, but not by adding the dependency to pom.xml, but by adding the slf4j-simple.jar directly to the classpath