NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

前端 未结 5 684
梦如初夏
梦如初夏 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 07:46

    i had the same error while working with hibernate, i had added below dependency in my pom.xml that solved the problem

        
            org.slf4j
            slf4j-api
            1.7.10
        
    

    reference https://mvnrepository.com/artifact/org.slf4j/slf4j-api

提交回复
热议问题