✔ 문제
springboot 3.0 빌드 오류
> No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.0 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 attribute 'org.gradle.plugin.api-version' with value....
✔ 해결과정
sprinbgoot version 3.0 -> 2.7.6 으로 변경
✔ 원인
spring boot 3.0 에서 생기는 오류로 보임
왜 발생하는지는 모르겠음
https://stackoverflow.com/questions/74595549/how-to-fix-spring-boot-gradle-plugin3-0-0-issue
'개발 > SpringBoot' 카테고리의 다른 글
[springboot] test case @Aftereach 어노테이션 (0) | 2022.12.18 |
---|---|
[SpringBoot] 스프링부트 jar 파일 터미널에서 명령어로 빌드하기 (0) | 2022.12.18 |
[오류/해결] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. (0) | 2022.08.07 |
Spring WebClient / objectMappper (0) | 2022.06.27 |
[SpringBoot] @NotNull @NotEmpty @NotBlank 차이점 (0) | 2022.06.15 |