Maven Spring Boot Failed to instantiate SLF4J LoggerFactory Reported exception:

后端 未结 7 2198
再見小時候
再見小時候 2021-02-15 15:22

I am following the tutorial https://spring.io/guides/gs/actuator-service/

And when I try to run the App I get:

Failed to instantiate SLF4J LoggerF

7条回答
  •  北荒
    北荒 (楼主)
    2021-02-15 15:44

    I add this dependency and problem resolved.

    
        ch.qos.logback
        logback-core
        ${logback.version}
    
    

    you just use version of logback-classic if this error occurred.

提交回复
热议问题