Backend/Oracle & SQL
[SPRING BOOT+Intellij] Contents/Home/bin/java'' finished with non-zero exit value 1 오류 확인
romeoh
2022. 6. 24. 13:22
반응형
Spring Boot / Oracle / Mybatis 차례
Execution failed for task ':ManageServiceApplication.main()'.
> Process 'command '/Users/romeoh/Library/Java/JavaVirtualMachines/openjdk-17.0.2/Contents/Home/bin/java'' 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.
InterllJ에서 빌드할때 위와 같은 오류가 발생하면
Preferences 선택 command + ,
Build, Execution, Deployment > Build Tools > Gradle 로 이동해서
Gradle을 InterllJ IDEA로 변경합니다.
반응형