Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- DynamicProgramming
- C++
- Gradle
- 해싱
- 알고리즘
- JPA autiding
- index.html
- API
- 프로그래머스
- JPA
- Java
- spring
- SpringFramework
- 알고리즘 #코딩테스트 #프로그래머스 #C++ #vector #string
- SpringSecurity
- rombok
- testcode
- SpringBean
- DB
- kotlin
- Comparable
- baekjoon
- TDD
- springboot
- gitignore
- 코딩테스트
- mustache
- SpringDataJPA
- test case
- tdo
Archives
- Today
- Total
천천히, 한결같이
[Spring] IntelliJ exit with non-zero value 1 오류 본문
IntelliJ exit with non-zero value 1 오류
SpringBoot를 활용해서 개발하기 위해 IntelliJ IDE를 사용하고, Gradle 프로젝트에서 아래와 같이 오류가 발생하는 경우가 종종 있습니다.
Execution failed for task '~Application.main()'.Process 'command' JDK경로/bin/java.exe finished with non-zero exit value 1 *Try:~
해결하는 방법은 다음과 같습니다.
- IntelliJ Setting 메뉴 클릭 (command+shift+A / ctrl+shift+A -> settings)
- [Build, Execution, Deployment > Build Tools > Gradle] 메뉴로 이동
- Build and run using, Run tests using을 Gradle(default)에서 IntelliJ IDEA로 변경
- Gradle JVM을 project SDK로 변경
'Spring' 카테고리의 다른 글
[Spring] 코드 재사용으로 클린 코드 만들기 (0) | 2022.07.18 |
---|---|
[Spring] 프로젝트 생성 시 spring security 사용 후 localhost:8080/login (0) | 2022.02.27 |
[Spring] 스프링 시큐리티, OAuth2를 사용해서 Google 서비스 등록하기 (0) | 2022.01.08 |
[Spring] 글 등록 화면 만들기 (0) | 2022.01.02 |
[Spring] Mustache로 기본 페이지(index.html) 만들기 (0) | 2022.01.01 |
Comments