Notice
Recent Posts
Recent Comments
Link
10-03 20:37
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- spring자바설정
- 마크다운 링크
- 마크다운 리스트
- git push
- java
- 오라클연습문제
- 취성패
- oracle
- jdbc연결확인
- Oracle join
- git오류
- ejected-non-fast-forward
- 마크다운 테이블
- 정보처리기사
- jdbc연결테스트코드
- HTTP 상태 415 – 지원되지 않는 Media Type
- lombok.jar
- rest방식
- 오라클
- SQL
- @Setter(onMethod_ = @Autowired) Error
- 이클립스
- Class<SpringJUnit4ClassRunner> cannot be resolved to a type
- SpringJUnit4ClassRunner
- 마크다운 기본문법
- java.lang.NoClassDefFoundError:org/springframework/core/annotation/MergedAnnotations
- git
- 한글깨짐
- mysql한글깨짐
- 스프링
Archives
- Today
- Total
목록SpringJUnit4ClassRunner (1)
study-project
[오류]Class<SpringJUnit4ClassRunner> cannot be resolved to a type
코드로 배우는 스프링 웹프로젝트 책을 따라해보는 중에 생긴 문제 책을 따라했지만 생기는 문제.. 그래서 검색을좀 했더니 test 관련된 설정을 import 못하는 문제라고 한다 캡쳐에는 없지만 import org.springframework.test.context........... 이부분들에 다 빨간줄이 나와있다 책에서는 이런 부분은 못봤는데 pom.xml에 추가해야할게 빠져있어서 생긴 문제다 org.springframework spring-test 5.2.9.RELEASE test 그러고나서 어노테이션에 문제가 있다면 import org.springframework.beans.factory.annotation.Autowired;//이걸 추가
TIL/Spring
2021. 2. 17. 16:19