SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
build.gradle에
maven repository 에서
slf4j-nop, slf4j-jdk14, slf4j-simple
들 중 하나 추가!
일케 추가하고 담에 동작잘됨
runtimeOnly("org.slf4j:slf4j-simple:2.0.3")
testImplementation 'org.slf4j:slf4j-simple:2.0.3'
'STUDY > 🤬내가 만난 에러ㅓ정리🤬' 카테고리의 다른 글
LF will be replaced by CRLF the next time Git touches it (0) | 2023.03.12 |
---|---|
sts data.sql insert 에러 (0) | 2023.03.11 |
gradle-->intellij idea 로 변경하기 (0) | 2022.12.04 |
vscode 숫자 깨짐 (0) | 2022.11.19 |