환경 세팅
intelliJ를 맥북(M1)에서 환경 세팅 하였으며, Spring 프로젝트 세팅 과정 입니다.
1. IntelliJ Settings > Editor > General > Auto Import에서 다음의 설정을 진행합니다. 이를 통해 코드 작성 시 필요한 패키지를 자동으로 import 하도록 합니다.
- Insert imports on paste: Always
- Add unambiguous imports on the fly: checked
- Optimize imports on the fly: checked
2. command + 마우스 휠을 사용하여 폰트 사이즈를 조정합니다.
'Spring' 카테고리의 다른 글
[Spring] 3 Layer - Controller (0) | 2024.09.26 |
---|---|
[Spring] Spring MVC (0) | 2024.09.26 |
[Spring] Lombok 라이브러리란? (1) | 2024.09.25 |
[Spring] 테스트 코드 (0) | 2024.09.25 |
[Spring] SpringFramework 알아보기 (0) | 2024.07.30 |