-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feat] 맛집 목록 조회 기능 구현 #13
Conversation
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.
QueryDSL 사용하는데 어려움 많으셨을텐데 고생많으셨어요!
|
||
import java.util.List; | ||
|
||
public interface StoreRepositoryCustom { |
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.
StoreRepositoryCustom
라는 인터페이스를 따로 두는 이유가 뭔가요?
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.
StoreRepositoryCustom는 StoreRepository에서 QueryDSL에 대한 내용을 extends 받아서 사용하기 위해서 작성한 파일입니다.
그러면 StoreRepository를 사용할 때 QueryDSL에 대한 것들도 같이 사용할 수 있어집니다.
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.
고생하셨습니다!
Issue
PR 타입(하나 이상의 PR 타입을 선택해주세요)
반영 브랜치
feat/store_list -> feat/store
변경 사항
테스트 결과
Request
Response : 성공시
204(No Content)
반환2. 거리순 - 200(OK) 반환
3. 평점순 - 200(OK) 반환
Response : 실패시
400(Bad Request)
반환