NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

前端 未结 5 688
梦如初夏
梦如初夏 2020-12-01 07:14

I\'m trying to run the sample tiles example given here.

Below is my POM.xml:


        
            

        
5条回答
  •  南笙
    南笙 (楼主)
    2020-12-01 08:05

    You have included the dependency for sflj's api, but not the dependency for the implementation of the api, that is a separate jar, you could try slf4j-simple-1.6.1.jar.

提交回复
热议问题