반응형
intellij에서 Spring 실행 시 finished with non-zero exit value 1 에러 해결 방법
intellij에서 Spring 실행 시 finished with non-zero exit value 1 에러가 발생할 경우 아래와 같이 해결할 수 있습니다.
1. File → Settings...
2. Build, Execution, Deployment → Build Tools → Gradle
경로를 들어가보면 Build and run using과 Run tests using이 Gradle(default)로 되어있을 텐데, 두개 다 Intellij IDEA로 변경 해주시면 됩니다.
이후 다시 Spring을 실행해보면 정상적으로 실행됨을 확인할 수 있습니다.
반응형
'Programming > JAVA' 카테고리의 다른 글
[JAVA] 자바 참조형 매개변수 이해하기 (java reference type parameter) (0) | 2022.05.08 |
---|---|
[JAVA] intellij Run 비활성화 시 해결 방법 (2) | 2022.04.12 |
[JAVA] 자바 int a = 011 -> 9가 나오는 이유 ( what is "int a = 011" and not 9 why, The literal 09 of type int is out of range ) (0) | 2022.03.16 |
[JAVA] 자바 charAt()의 문자('1'~'9')를 정수형과 비교(if) 방법 (0) | 2022.03.16 |
[JAVA] 윈도우에서 이클립스 삭제하는 방법 (eclipse uninstall) (0) | 2022.02.17 |