Maven Spring Boot Failed to instantiate SLF4J LoggerFactory Reported exception:

后端 未结 7 2200
再見小時候
再見小時候 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
    0 讨论(0)
提交回复
热议问题