Spring

[Spring] IntelliJ Spring 프로젝트 세팅

worldcenter 2024. 9. 25. 15:21

환경 세팅

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 + 마우스 휠을 사용하여 폰트 사이즈를 조정합니다.