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
- createQuery
- 쉬운 계단 수
- 10844
- 데코레이터패턴
- 숫자야구
- Spring
- 여러인수
- NamedParameterNotBound
- 디자인패턴
- designpattern
- mycp
- java
- 백준
- 자바
- 전치행렬 #C
- springboot
- 자료구조
- junit
- setParameter
- C
- 점세개
- decorator
- @NotEmpty
- pscp
- Linux
- @ModelAttribute
- BubbleSorting
- 10951
- @Spring
- gradle
Archives
- Today
- Total
...
[No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.1 was found. The consumer was configured to find a runtime of a library compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attri.. 본문
이것저것/오류 해결
[No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.1 was found. The consumer was configured to find a runtime of a library compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attri..
gi2 2023. 1. 3. 20:38spring 버전을 2.7.7 로 다운 그레이드 해줬더니 해결...
내가 자바 11로 프로젝트를 만들었는데 3.x.x 버전으로 프로젝트를 생성한 게 문제가 된 것 같았다.
스프링 3.x 버전부터는 자바 17부터 지원이 되나보다!!