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
79
1
케이테스트 서버 운영 방법
2
52
1
수업 잘 들었습니다.
2
25
2
실행과정 질문입니다.
2
25
1





