Maven Spring Boot Failed to instantiate SLF4J LoggerFactory Reported exception:

后端 未结 7 2197
再見小時候
再見小時候 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:48

    The issue does not exists with version 1.3.5. I changed my version to

    
        org.springframework.boot
        spring-boot-starter-parent
        1.3.5.RELEASE
         
    
    

    It works !!

提交回复
热议问题