반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 무료코딩강의
- 자바공부
- Java개념
- 알고리즘
- 코딩공부
- 자바의정석
- dfs
- 백트래킹
- 백준9단계
- 브루트포스
- 무료개발강의
- 개발공부
- 자바의정석연습문제
- 알고리즘공부
- 자바의정석연습문제풀이
- ★
- 다이나믹 프로그래밍
- 빅오 표기법
- dp
- 백준자바
- 자바개념
- 백준
- 동적계획법
- 백준알고리즘
- ☆
- 시간 복잡도
- java
- 백준단계별로풀어보기
- 자바
- BFS
Archives
- Today
- Total
더 많이 실패하기
[JUnit/gradle] postconstruct predestroy resource cannot be resolved to a type spring 본문
정보/오류 예외
[JUnit/gradle] postconstruct predestroy resource cannot be resolved to a type spring
김발자~ 2023. 11. 6. 17:19반응형
465.
postconstruct predestroy resource cannot be resolved to a type spring
1
2
3
4
|
dependencies {
// JUnit 테스트 시 java.lang.NoSuchMethodError: 'java.util.Set org.junit.platform.engine.TestDescriptor.getAncestors()' 해결
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
|
cs |
build.gradle에 위 코드를 추가해준다
반응형
'정보 > 오류 예외' 카테고리의 다른 글
Comments