본문 바로가기
반응형

intelij 설정3

[InteliJ] 프로젝트 환경 설정 Gradle , Tomcat 설치 및 연동 - 3 1. Gradle 설치 (이미 설치가 되어 있다면 생략한다.)페이지에서 'binary-only'를 선택하고 'gradle-8.5-bin.zip'을 다운로드하여 특정 폴더 (예: C:\DevleopCenter\Gradle\gradle-8.5)에 압축을 해제한다https://gradle.org/releases/ Gradle | ReleasesFind binaries and reference documentation for current and past versions of Gradle.gradle.org2.시스템 환경 변수에 GRADLE_HOME을 추가하고 PATH에 %GRADLE_HOME%\bin을 추가한다.3. cmd 창에서 gradle -v를 실행하여 설치된 Gradle 버전을 확인한다.4. Tomca.. 2024. 8. 1.
[InteliJ] 프로젝트 환경 설정 Git 설치 및 Git 설정 - 2 1. Git 설치 (이미 설치가 되어 있다면 생략한다.) '64-bit Git for Windows Setup' 를 선택하고 다운로드 한다.각자의 환경에 맞게 선택해서 다운로드 하면 된다.https://git-scm.com/download/win Git - Downloading PackageDownload for Windows Click here to download the latest (2.45.2) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 2 months ago, on 2024-06-03. Other Git for Windows downloads Standalone .. 2024. 7. 29.
[InteliJ] 프로젝트 환경 설정 JDK 설치 및 환경 변수 - 1 .1. JDK 설치 (11.0.20 버전 사용하였다.)'jdk-11.0.20_windows-x64_bin.zip'을 다운로드 하여 특정 폴더 (예: C:\DevlopCenter\Java\jdk-11.0.20)에 압축을 해제한다 (%JAVA_HOME%).https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html Java Archive Downloads - Java SE 11WARNING: Older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security p.. 2024. 7. 29.
반응형