[SELF Mini Project -1] 프로젝트 생성

현이·2023년 12월 7일
0

Self Study

목록 보기
1/5

목표

  • 프로젝트 생성, 기본 CRUD 구현 복습
  • Postman 로 테스트 실습

Spring Boot로 프로젝스 생성

<기본 환경>

  • PC에 JDK-11이 설치
  • 환경 변수에 JAVA_HOME 설정
  • IntelliJ Community Edition 설치
  • Default Settings (Frame 프로젝트 생성)
  • IntelliJ에서 프로젝트 폴더 열고 빌드
    -> External Libraries 에 의존 라이브러리 자동 생성되었는지 확인

빌드 오류
: Spring 3.x 버전부터는 Java 17 이상만 사용 가능 (11->17로 업데이트 해야됨)

  • Settings > Build, Execution, Deployment > Compiler > Annotation Processors > Enable annotation processing 체크✅

  • run 정상 작동 확인

0개의 댓글