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 |
Tags
- 백준
- designpattern
- 여러인수
- @NotEmpty
- junit
- 자바
- springboot
- setParameter
- 쉬운 계단 수
- 전치행렬 #C
- Spring
- 10844
- 자료구조
- @Spring
- 데코레이터패턴
- C
- NamedParameterNotBound
- Linux
- decorator
- gradle
- @ModelAttribute
- pscp
- 디자인패턴
- java
- 점세개
- BubbleSorting
- 10951
- createQuery
- 숫자야구
- mycp
Archives
- Today
- Total
목록이것저것/오류 해결 (23)
...

Build.gradle에서 implementation 'junit:junit:4.12' 위와 같이 junit 설정하고 재빌드해주니 문제 해결 !
이것저것/오류 해결
2022. 2. 23. 16:51
Gradle import할 때 발생하는 오류 해결 (Unable to find method)
[ Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()''. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) ] 프로젝트의 gradle > wrapper > gradle - wrapper.properties 의 distributionUrl=https\://services.gradle.org/distributions/gradle-6.8..
이것저것/오류 해결
2022. 1. 10. 02:51