TIL/Spring
[오류]spring Logger cannot be resolved to a type 해결
귤식빵
2021. 2. 23. 00:01
log4j 설정을 다 했는데 위와 같은 오류가 생겼다
org.apache.log4j.Logger cannot be resolved to a type
해결방법은 pom.xml 파일에서
<scope>runtime</scope> 이부분을 주석처리하면 없어진다