Notice
Recent Posts
Recent Comments
Link
07-31 11:14
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Class<SpringJUnit4ClassRunner> cannot be resolved to a type
- rest방식
- git push
- mysql한글깨짐
- 취성패
- spring자바설정
- 마크다운 테이블
- jdbc연결확인
- jdbc연결테스트코드
- 한글깨짐
- java
- git
- lombok.jar
- HTTP 상태 415 – 지원되지 않는 Media Type
- 마크다운 기본문법
- ejected-non-fast-forward
- 정보처리기사
- 오라클연습문제
- 오라클
- Oracle join
- 마크다운 링크
- 이클립스
- java.lang.NoClassDefFoundError:org/springframework/core/annotation/MergedAnnotations
- SQL
- @Setter(onMethod_ = @Autowired) Error
- oracle
- 스프링
- 마크다운 리스트
- SpringJUnit4ClassRunner
- git오류
Archives
- Today
- Total
study-project
[오류]spring Logger cannot be resolved to a type 해결 본문
log4j 설정을 다 했는데 위와 같은 오류가 생겼다
org.apache.log4j.Logger cannot be resolved to a type
해결방법은 pom.xml 파일에서
<scope>runtime</scope> 이부분을 주석처리하면 없어진다
'TIL > Spring' 카테고리의 다른 글
[오류]invalid bound statement (not found) (0) | 2021.03.25 |
---|---|
[오류]ERROR: org.mybatis.spring.mapper.MapperFactoryBean - Error while adding the mapper (0) | 2021.03.18 |
[오류]web.xml is missing and <failOnMissingWebXml> is set to true (0) | 2021.02.18 |
[오류]java.lang.NoClassDefFoundError: org/springframework/core/annotation/MergedAnnotations (0) | 2021.02.17 |
JDBC 연결확인을 위한 테스트 코드 (0) | 2021.02.17 |
Comments