code4craft / webmagic

A scalable web crawler framework for Java.
http://webmagic.io/
Apache License 2.0
11.38k stars 4.18k forks source link

core包与springboot冲突 #1090

Closed MaLuxray closed 1 year ago

MaLuxray commented 1 year ago

导入webmagic-core后,与springboot中自带的日志组件冲突,会导致如下改错误

    SLF4J: No SLF4J providers were found.
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
sutra commented 1 year ago

你得看看 mvn dependency:tree,然后根据错误提示中的链接加上相应的 jar。