ERROR-Failed to instantiate SLF4J LoggerFactory Reported exception:
CODEDRAGON ㆍDevelopment/Spring
반응형
에러 메시지
Failed to instantiate SLF4J LoggerFactory Reported exception:
java.lang.NoClassDefFoundError: ch/qos/logback/core/joran/spi/JoranException
해결방법
기존 logback 버전을 최신 버전으로 업데이트 해줍니다.
https://codedragon.tistory.com/8916
<!-- Logging --> <logback.version>1.0.13</logback.version> |
<logback.version>1.2.3</logback.version> |
https://logback.qos.ch/download.html
'Development > Spring' 카테고리의 다른 글
Error-Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: 해결방법 (0) | 2019.12.16 |
---|---|
Logback 라이브러리 설치하기 (0) | 2019.12.02 |
AOP 네임스페이스 추가 하기 (0) | 2019.11.22 |
<context:component-scan> 태그, <context:include-filter> & <context:exclude-filter> (0) | 2019.11.16 |
Interceptor 수행 도식도 - 단일 interceptor 수행, 다중 interceptor 수행 (0) | 2019.10.31 |