-
Notifications
You must be signed in to change notification settings - Fork 5
[BE] 인텔리제이 환경설정
최준호 edited this page Aug 9, 2023
·
2 revisions
개발을 진행하면서 인텔리제이 설정을 동일하게 맞추고 진행합니다.
Optimize Import를 수행할 때 import 구문을 *
로 표현하지 않기 위해 다음과 같은 설정을 한다.
Settings
- Editor
- Code Style
- Java
- Imports
- Class count to use import with '*': 999
- Names count to use static import with '*': 999
저장(Ctrl + S / CMD + S) 시 라인정렬 및 import 구문 정리를 자동으로 해주는 옵션을 켜둔다.
Reformat code, Optimize imports 체크
- Reformat code 체크 항목 : html, json, java, properties, sql, Shell Script, YAML, XML
- Optimize imports 전부 체크
Preference
- Editor
- General
- On Save
- Ensure every saved file ends with a line break 항목 체크