NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
SpringBoot 2.7.xxx
logback 1.3.xxx

實際上原因是logback-classic從v1.3.0中刪除了org/slf 4j/impl/StaticLoggerBinder,而spring-boot 2.x只支持logback到v1.2.x(目前是1.2.12)。
以下是相關問題:https://github.com/spring-projects/spring-boot/issues/34708 https://github.com/spring-projects/spring-boot/issues/12649

建議降低logback的版本 到 1.2.x 或者升級springBoot版本到3.x

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章