현상
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- JDBC에 connection 하다 보면 위와 같은 오류가 뜨는데 이러한 문제를 찾기위해 여러 곳을 Search를 하다가 dependancy로 추가를 하면 된다는 글을 보고 다시 정리하게 되었음.
해결방법
https://mvnrepository.com/artifact/org.slf4j/slf4j-simple/1.6.1
- 위의 링크에 가서 사진과 같이 해당부분 클릭
- build.gradle에 복사하면 됩니다.
'IntelliJ 관련 > 문제 해결방법 모음' 카테고리의 다른 글
SpringBoot Security 인코딩 문제 해결 방법 (0) | 2023.01.21 |
---|---|
Spring Boot mustache 한글깨짐 (? 나오는 현상) (0) | 2022.12.05 |