티스토리 뷰
JAVA & Spring
[spring 오류 해결] Execution failed for task ':compileTestJava'. > - > Could not find org.spirngframework.security:spring-security-test:.
py0922 2024. 3. 16. 18:31SMALL
1. 오류 메시지
Execution failed for task ':compileTestJava'. > Could not resolve all files for configuration ':testCompileClasspath'. > Could not find org.spirngframework.security:spring-security-test:.
test 실행시켰는데 나온 오류 메시지이다.
Could not find org.spirngframework.security:spring-security-test 이게 주요 메시지이다.
2. 오류 해결
spring-security-test를 찾을 수 없다는 것이 build.gradle문제인 것 같아서 찾아봤더니
testImplementation 'org.spirngframework.security:spring-security-test'
이 코드가 있어서 지워서 다시 실행했더니 잘된다.
반응형
LIST
'JAVA & Spring' 카테고리의 다른 글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- randint
- springboot
- Kkma
- 다인승
- randrange
- SPRING오류해결
- tweepy
- 터틀그래픽예제
- 오븐시계
- 터틀그래픽
- streamlistener
- 문제풀이
- 10828번
- 백준
- python공부
- 사람수세기
- JAVA오류해결
- 다인승탑승
- 사람검출
- yolov8
- 파이썬
- baekjoon
- database연결
- UnsupportedClassVersionError
- konlpy
- 에러발생
- gradleload오류
- Turtle Graphic
- YOLO
- 터틀그래픽 명령어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함