전체 글346 [2022.07.05] How to install OpenJDK? [2022.07.05] How to install OpenJDK? OpenJDK 란? - "썬 마이크로시스템즈(Sun Microsystems)"가 만든 JDK의 오픈소스 프로젝트이다. 오라클 JDK vs OpenJDK.차이점 - 이 둘은 동일한 스펙과 구현을 포함하고 있지만 명백히 다른 JDK이다. - OpenJDK는 모든 JDK의 구현 기준이 되는 JDK이고, 오라클 JDK는 OpenJDK의 구현에 더해 여러 추가적인 요소들을 포함 * 회사에선 어떤 JDK를 써야 하는가? - 현재 오라클 JDK 라이센스를 보유하지 않은 기업의 개발자라면 OpenJDK를 사용해야 한다. * OpenJDK 설치 방법 https://jdk.java.net/18/ OpenJDK JDK 18.0.2 GA Release Open.. 2022. 7. 5. [2022.07.05] 기획서를 참고하여 API LIST 작성 보호되어 있는 글 입니다. 2022. 7. 5. [2022.06.06] How to fix test error: 0 containers and 2 tests were Method or class mismatch? [2022.06.06] How to fix test error: 0 containers and 2 tests were Method or class mismatch? 해당 에러는 꼭 해결 안해도 된다. (TEST 진행시 정상적으로 작동) * 하지만 본인은 신경 쓰여서 해결하기 위해 해당 게시글을 작성하였다. Error Message org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorExclusionReasons$7 정보: 0 containers and 2 tests were Method or class mismatch 원인 : 테스트 Method를 3개 작성하였는데 1개만 실행하였을 경우 해결 방법 - S.. 2022. 6. 6. [2022.06.05] How to fix build error: Execution failed for task ':test' ? [2022.06.05] How to fix build error: Execution failed for task ':test' ? 이번 게시글은 spring 프로젝트를 빌드 시 발생하는 에러에 대해 해결해보자. build error message $ ./gradlew build > Task :test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'. > There were failing tests. See the report at: file:///C:/Users/injekim97/Desktop/김영한%20스프링%20입문%20자료/hello-spring/build/report.. 2022. 6. 5. [2022.06.05] How to run fast on IntelliJ? [2022.06.05] How to run fast on IntelliJ? IntelliJ 에서 실행할 때 Gradle로 실행된다. 빠른 실행을 위하여 Gradle이 아닌 자바로 설정하여 빠르게 실행하는 방법에 대해 알아보도록 하자. 설정 > gradle 검색 > Build Tools(Gradle) > Build and run using & Run tests using IntelliJ IDEA > Apply > OK 2022. 6. 5. [2022.06.04] How to fix error: noverify were deprecated in JDK 13 and will likely be removed in a future release on IntelliJ? [2022.06.04] How to fix error: noverify were deprecated in JDK 13 and will likely be removed in a future release on IntelliJ? Spring 실행 시 에러메시지 발생 2 OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. 원인 : JDK13에서 -Xverify:none와 -noverify 옵션이 제거되면서 발생하는 오류 해결방법 a. 우측 상단 > ▼ > Edit Configurations b. Alt + .. 2022. 6. 4. 이전 1 ··· 15 16 17 18 19 20 21 ··· 58 다음