실전! Querydsl

Ch01. 프로젝트 환경 설정 - 프로젝트 환경설정

webmaster 2021. 12. 29. 14:16
728x90

Spring Initializer
의존성이 잘 추가되어 있다.

  •  Project build - Gradle -> IntelliJ
    • Settings -> Build, Execution, Deployment -> Build Tools -> Gradle : build and run using, Run tests Using을 IntelliJ로 변경

Lombok 설정

Annotation Proceesor을 Enable 체크

  • plugIn 다운로드 후, Annotation Processor를 체크해 준다.
728x90