Maven Spring Boot Failed to instantiate SLF4J LoggerFactory Reported exception:

后端 未结 7 2202
再見小時候
再見小時候 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 16:11

    Below actions worked for me

    1. Run mvn dependency:purge-local-repository to remove all dependencies and force a re-download.
    2. Then do a mvn clean verify

提交回复
热议问题