Notice
Recent Posts
Recent Comments
Link
08-12 15:58
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 한글깨짐
- java.lang.NoClassDefFoundError:org/springframework/core/annotation/MergedAnnotations
- rest방식
- 마크다운 기본문법
- git
- git push
- oracle
- lombok.jar
- 오라클연습문제
- @Setter(onMethod_ = @Autowired) Error
- HTTP 상태 415 – 지원되지 않는 Media Type
- SQL
- Class<SpringJUnit4ClassRunner> cannot be resolved to a type
- 마크다운 리스트
- mysql한글깨짐
- jdbc연결테스트코드
- jdbc연결확인
- spring자바설정
- 오라클
- 마크다운 링크
- git오류
- ejected-non-fast-forward
- 스프링
- 이클립스
- 취성패
- SpringJUnit4ClassRunner
- 마크다운 테이블
- Oracle join
- java
- 정보처리기사
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