ApplicationContextRunner 에러
0
import org.springframework.boot.test.context.runner.ApplicationContextRunner;
import 되지 않는데 원인을 부탁드릴 수 있는지요 ?
Answer 1
0
bundle.gradle 에 implementation 'org.springframework.boot:spring-boot-starter-test' 추가
아울러 test 패키지가 아닌 패키지 상에 서 junit5 사용하기 위해
implementation 'org.junit.jupiter:junit-jupiter:5.8.1' 추가
시큐리티 필터 설정 질문입니다!
2
16
1
26년 5월 합격 관련
1
62
2
수강완료 후 문의 드립니다.
1
43
2
일반 강의와 차이점?
1
37
1

