This repository was archived by the owner on Mar 15, 2025. It is now read-only.
PickQuery core 모듈로 분리가 불가능한 이유 #457
sangwonsheep
started this conversation in
메모장
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PickQuery core 모듈로 분리 불가능
현재 api 모듈에서 core 모듈로 PickQuery(Querydsl 파일)을 옮기고자 함.
api 모듈에 있는 dto로 반환하기 때문에 core 모듈로 분리 불가.
entity로 반환하여 애플리케이션에서 다시 dto로 변환하는 과정은 불필요한 과정이라고 생각됨.
이유
자세한 이유는 아래 블로그 참고.

https://kkambi.tistory.com/193
https://www.youtube.com/watch?v=zMAX7g6rO_Y
Beta Was this translation helpful? Give feedback.
All reactions