질문&답변
2023.12.12
[질문 X] 스프링 부트 3.2 QueryDSL gradle 설정
spring kotlin으로 작업중이라 문법은 조금 다르지만, dependsOn 추가 하니깐 에러가 안 나는 것 같아요. tasks.withType { dependsOn(tasks.compileKotlin) options.annotationProcessorPath = configurations.querydsl.get() }