[IntelliJ] 인텔리제이 새 프로젝트 생성시 셋팅

원서연·2023년 10월 27일
0

1. Build Tools > Gradle

  • Settings > Build, Execution, Deployment > Build Tools > Gradle

    image
  • Build and run using : IntelliJ IDEA
  • Run tests using : IntelliJ IDEA
  • Gradle JVM : Project SDK (openjdk-21)

2. Compiler

  • Settings > Build, Execution, Deployment > Compiler

    image
  • Build project automatically 체크

3. fly 검색

  • Settings > Editor > General > Auto Import

    image
  • Add unambiguous imports on the fly 체크 (Java 섹터)
  • Optimize imports on the fly 체크 (Java 섹터)

4. File Encodings

properties files : UTF-8
image

profile
웹 백엔드 프로그래밍 Today I Learned

0개의 댓글