-
[STS] 에러 : The import org.junit cannot be resolvedIT/Spring-JSP&Servlet 2020. 1. 5. 17:01
참고: 코드로 배우는 스프링 웹 프로젝트
예제소스명: MySQLConnectionTest
에러현상: 하기 소스 import 시 "The import org.junit cannot be resolved" 발생
조치방법: junit library 추가
import org.junit.Test ;
조치상세:
1. 프로젝트 우클릭 > Build Path > Configure Build Path
2. Java Build Path > Libraries > Add Library
3. JUnit 선택 > next > 알맞은 junit버전 선택 (ex. JUnit4) > finish > Apply and Close남기는말:
- 책이 좀 더 친절했으면.... -_-;; (아무리 실무중심이라해도.. ㅠㅠ)
'IT > Spring-JSP&Servlet' 카테고리의 다른 글
[java] 쿠키와 세션 (0) 2020.03.29 [인프런] 자바 스프링 프레임워크 - DI (0) 2020.03.04 [STS] 주의: Annotation 중 @ModelAttribute 사용 (0) 2020.01.09 [STS] 주의: root-context.xml 네임스페이스 설정 (0) 2020.01.06 [STS] 에러: java.sql.SQLException: The server time zone value (0) 2020.01.05