728x90

인텔리제이 오류 3

WARN spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning

[오류 해결] Spring Boot 프로젝트를 실행 시켰을 때 다음과 같은 오류가 나타날 때가 있습니다. # 오류 WARN 36868 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning # 해결 application.properties 혹은 application.yml 파일에서 spring.jpa.open-in-view를 ..

java, spring 2023.05.08

[IntelliJ/Spring Boot] finished with non-zero exit value 1 오류 해결

[IntelliJ/Spring Boot] finished with non-zero exit value 1 오류 해결 개발 프로젝트를 하다보면 다양한 오류들을 마주하곤 합니다. 이번 글에선 인텔리제이에서 마주한 오류에 대해 해결했던 방법을 공유하고자 합니다. 오류 메시지 [ finished with non-zero exit value 1 ] 실행 환경 운영체제 : Windows 11 IDE : IntelliJ Project : java 11 기반, Spring Boot, Gradle(Builder) 스프링 프로젝트를 생성하고 IntelliJ에서 프로젝트를 처음 실행할 때 다음과 같은 오류가 나타났습니다. 에러 메시지 내용 : finished with non-zero exit value 1 현재 정상적으로 ..

Tool 2023.02.02

IntelliJ ERROR RESOLUTION | 인텔리제이 오류 해결 | The use of Java options environment variables detected.

IntelliJ ERROR RESOLUTION | 인텔리제이 오류 해결 | The use of Java options environment variables detected. IntelliJ에서 다음과 같은 오류 메시지가 나타났다. The use of Java options environment variables detected. Such variables override IDE configuration files (*.vmoptions) and may cause performance and stability issues. Please consider deleting these variables: JAVA_TOOL_OPTIONS. 오류 메시지 내용을 간략히 보면 자바 환경 변수를 사용하는데 JAVA_TO..

Tool 2022.05.31
728x90