Maven Spring Boot Failed to instantiate SLF4J LoggerFactory Reported exception:

后端 未结 7 2196
再見小時候
再見小時候 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条回答
  •  梦毁少年i
    2021-02-15 15:53

    We can skip logging dependency and it will work for us.

    `
    org.springframework.boot
    spring-boot-starter-web
    
    
    org.springframework.boot
    spring-boot-starter-logging
    
    
    `
    

提交回复
热议问题