[스프링] 스프링 준비하기

구동현·2024년 1월 16일

스프링

목록 보기
1/21

Before Spring

JAVA 17 OpenJDK 설치

IntelliJ IDEA 설치

Project 생성

  1. Spring initializer
  2. 이름 설정
  3. create git repository
  4. group = com.sparta
  5. JDK = 17
  6. 경로 설정

Dependencies

  1. Spring Web
  2. Lombok

Preferences

  1. Editor -> General -> Auto Import -> JAVA 체크창 모두 체크 (자동 import) -> Apply
  2. General -> Mouse Control -> Change Font Size with mouse wheel 체크

After that...

  1. Git 모두 커밋 ( commit message = init commit )
  2. (선택) git config 설정
profile
개발합시다

0개의 댓글