-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/27 QueryDsl 의존성 추가 #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
m-a-king
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
예시 올려주셔서 감사합니다!
|
|
||
| @RequiredArgsConstructor | ||
| @Repository | ||
| public class LocationRepositoryImpl implements LocationRepository { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 좋은 것 같아요!
|
ayoung-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impl 좋은 거 같습니다!
* build(query-dsl): QueryDsl 의존성 추가 * chore: QueryDsl Q클래스 .gitignore 추가 * feat: QueryDsl Config 추가 * feat: location 도메인 queryDsl 적용 * chore: 불필요한 import 제거 * chore: 개행 추가



resolved :
📌 과제 설명
✅ PR 포인트 & 궁금한 점
LocationRepository구현체 이름 ~impl 괜찮을지 의견 부탁드립니다.