QueryDSL9 Springboot3.x에서 Querydls 설정 SpringBoot 3.x 프로젝트에서 QueryDsl 설정 방법을 설명합니다. 의존성 추가 plugins { id 'java' id 'org.springframework.boot' version '3.1.9' id 'io.spring.dependency-management' version '1.1.4' } group = 'com.study' version = '0.0.1-SNAPSHOT' java { sourceCompatibility = '17' } configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() } dependencies { implementation 'org.springfr.. 2024. 3. 14. 이전 1 2 3 다음