Skip to content

[BE] 인텔리제이 환경설정

최준호 edited this page Aug 9, 2023 · 2 revisions

인텔리제이 설정

개발을 진행하면서 인텔리제이 설정을 동일하게 맞추고 진행합니다.

Import 설정

Optimize Import를 수행할 때 import 구문을 *로 표현하지 않기 위해 다음과 같은 설정을 한다.

Settings - Editor - Code Style - Java - Imports

  • Class count to use import with '*': 999
  • Names count to use static import with '*': 999
image

Save on Actions

저장(Ctrl + S / CMD + S) 시 라인정렬 및 import 구문 정리를 자동으로 해주는 옵션을 켜둔다.

Reformat code, Optimize imports 체크

image
  • Reformat code 체크 항목 : html, json, java, properties, sql, Shell Script, YAML, XML
image
  • Optimize imports 전부 체크

파일 마지막 개행 설정

참고 자료

Preference - Editor - General - On Save

  • Ensure every saved file ends with a line break 항목 체크
image
Clone this wiki locally