ApplicationContextRunner 에러
0
import org.springframework.boot.test.context.runner.ApplicationContextRunner;
import 되지 않는데 원인을 부탁드릴 수 있는지요 ?
답변 1
0
bundle.gradle 에 implementation 'org.springframework.boot:spring-boot-starter-test' 추가
아울러 test 패키지가 아닌 패키지 상에 서 junit5 사용하기 위해
implementation 'org.junit.jupiter:junit-jupiter:5.8.1' 추가
강의 수강 후 포트폴리오 준비 방향에 대해 조언 부탁드립니다.
2
55
1
공부 순서
1
51
2
인텔리제이 설정 최신화 관련 확인 부탁 드립니다!
1
48
2
피그마 스킬설치 강의 중 피그마 디자인 파일 링크 관련 문의
1
32
2





