打包时TestNg报错 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

在pom文件添加一下即可解决

打包时TestNg报错  SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

 

 

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.7.25</version>
            <scope>compile</scope>
        </dependency>

打包时TestNg报错  SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

 

上一篇:python安装mysql库 ,MySQL-python


下一篇:数据库字段属性