
Before Spring
JAVA 17 OpenJDK 설치
IntelliJ IDEA 설치
Project 생성
- Spring initializer
- 이름 설정
- create git repository
- group = com.sparta
- JDK = 17
- 경로 설정
Dependencies
- Spring Web
- Lombok
Preferences
- Editor -> General -> Auto Import -> JAVA 체크창 모두 체크 (자동 import) -> Apply
- General -> Mouse Control -> Change Font Size with mouse wheel 체크
After that...
- Git 모두 커밋 ( commit message = init commit )
- (선택) git config 설정