[IntelliJ] JAVA 프로젝트 설정

@t189216·2023년 10월 23일

⚙️ IDE / Tool

목록 보기
1/11

🌐 jetbrains 다운로드 사이트

D2 Coding 글꼴 - 코딩용 글꼴


프로젝트 생성

IntelliJ 설치 후 한번만 설정

  • Settings ➡️ Appearance & Behavior ➡️ Enable New UI ✅
  • Settings ➡️ Advanced Settings ➡️ Allow auto-make to start even if developed application is currently running ✅
  • Help ➡️ Edit Custom VM Options
-Dfile.encoding=UTF-8

프로젝트 생성 시마다 설정

  • Settings ➡️ Build, Execution, Deployment ➡️ Compiler ➡️ Build project automatically ✅
  • Settings ➡️ Build, Execution, Deployment ➡️ Build Tools ➡️ Gradle
    ✅ Build and run using : IntelliJ IDEA
    ✅ Run tests using : IntelliJ IDEA
  • Gradle JVM : Project SDK
profile
Today I Learned

0개의 댓글