Inflearn Community Q&A
hellospring 처음 시작 실행 오류
Written on
·
1.8K
·
Edited
2



No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.4 was found. The consumer was configured to find a runtime of a library compatible with Java 8, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '7.6.1' but:

java 버전 8을 깔아서 그런 건지 잘 모르겠지만 실행이 안 되네요 ㅜ
javaspringmvcspring-boot
Quiz
51% of people got it wrong. Give it a try!
What is start.spring.io mainly used for?
Web Page Design
Creating a Spring Boot Project
Database Management
Server Hardware Settings
Answer 2
3
2
안녕하세요, 나연 님! 공식 서포터즈 codesweaver 입니다.
스프링부트 3은 자바 17부터 지원합니다.
고준영님 조언처럼 자바 최신버전을 설치하시거나, 스프링부트 2.7.5 버전으로 수업을 진행해주세요 :)
감사합니다.





