인프런 커뮤니티 질문&답변

ktwmomo님의 프로필 이미지

작성한 질문수

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술

컴포넌트 스캔과 자동 의존관계 설정

HelloSpringApplication 을 실행시 오류 문의?

작성

·

594

0

질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.
=========================================
[질문 템플릿]
1. 강의 내용과 관련된 질문인가요? (/아니오)
2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (/아니오)
3. 질문 잘하기 메뉴얼을 읽어보셨나요? (/아니오)

[질문 내용]
package hello.hellospring;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class HelloSpringApplication {

public static void main(String[] args) {
SpringApplication.run(HelloSpringApplication.class, args);
}

}
HelloSpringApplication 을 실행 시키면 아래처럼 오류가 납니다.

Execution failed for task ':HelloSpringApplication.main()'. > Process 'command 'C:/Users/kimtw/.jdks/corretto-17.0.3/bin/java.exe'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights.

 

 

답변 1

0

안녕하세요. ktwmomo님, 공식 서포터즈 OMG입니다.

아래 링크를 참고하여 해결해주세요.

해결이 안될 경우, 문제 상황을 확인할 수 있게 전체화면 캡쳐해주세요.

https://www.inflearn.com/questions/274993

감사합니다.

ktwmomo님의 프로필 이미지

작성한 질문수

질문하기