강의

멘토링

로드맵

Inflearn Community Q&A

aouo146641's profile image
aouo146641

asked

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

Create Project

run 오류

Written on

·

392

0

11버전인데 어디서부터 오류가 났을까요

javaspringspring-bootMVC

Quiz

What is start.spring.io mainly used for?

Web Page Design

Creating a Spring Boot Project

Database Management

Server Hardware Settings

Answer 2

1

안녕하세요. win_님, 공식 서포터즈 OMG입니다.
강의를 따라서 프로젝트 생성 시 자바 버전을 11로 선택하셨다면, 프로젝트 세팅에서 자바 버전을 11로 선택하셔야 합니다.

image

현재는 11로 되어 있는 것 같아요.

해당 에러가 실행은 정상적으로 되었으나, 서버 종료 시에 발생하는 문제라면,

인텔리제이 무료 버전 사용 시 출력될 수 있는 오류 입니다.(실행은 문제 없으나, 종료 시에 출력되는 메시지일 수 있습니다.)


감사합니다.

0

해결하셧나요

 

aouo146641님의 프로필 이미지
aouo146641
Questioner

네네넹

파일 > 설정 > 빌드도구 > gradle > build and run using/reun tests using > intellij idea로 변경

gradle을 통하지않고 바로 실행하니까 되네요

 

aouo146641's profile image
aouo146641

asked

Ask a question