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 |
Tags
- mycp
- 자바
- 디자인패턴
- createQuery
- @ModelAttribute
- 숫자야구
- 점세개
- junit
- 데코레이터패턴
- decorator
- springboot
- @NotEmpty
- Spring
- Linux
- 여러인수
- 백준
- pscp
- gradle
- 전치행렬 #C
- 10844
- @Spring
- NamedParameterNotBound
- C
- java
- setParameter
- designpattern
- 10951
- 쉬운 계단 수
- 자료구조
- BubbleSorting
Archives
- Today
- Total
...
[Gradle/Spring]finished with non-zero exit value 1 오류 해결 본문
Gradle + Intellij 사용 후 애플리케이션을 실행시켰을 때 위와 같은 오류가 뜰 때가 있음
이와 같은 경우
File>Settings>Gradle로 가서
Build and run using 과 Run tests using 을 Gradle -> Intellij 로 변경해주면 해결된다.

'이것저것 > 오류 해결' 카테고리의 다른 글
[Spring/JPA/MySql] org.h2.jdbc.jdbcsqlsyntaxerrorexception 에러 해결........ (0) | 2022.05.25 |
---|---|
[JAVA/Spring] 단위테스트 상 Repository에서 NullPointerException이 발생할 때 (0) | 2022.05.25 |
[Spring Boot] @NotEmpty 어노테이션이 import 되지 않을 때 (0) | 2022.04.17 |
[JUnit]Named parameter not bound 에러 (0) | 2022.04.17 |
Spring Test 오류 해결 [FAILURE: Build failed with an exception] (0) | 2022.04.06 |
Comments