강의

멘토링

로드맵

Inflearn Community Q&A

skdemf1239429's profile image
skdemf1239429

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

Explore the library

hellospring 처음 시작 실행 오류

Written on

·

1.8K

·

Edited

2

1.png

2.png

3.png

4.pngNo 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:

 

5.png

6.pngjava 버전 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

자바 17 깔아보세요

2

안녕하세요, 나연 님! 공식 서포터즈 codesweaver 입니다.

스프링부트 3은 자바 17부터 지원합니다.

고준영님 조언처럼 자바 최신버전을 설치하시거나, 스프링부트 2.7.5 버전으로 수업을 진행해주세요 :)

감사합니다.

skdemf1239429's profile image
skdemf1239429

asked

Ask a question