We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
리뷰 평점 평균 및 전체 리뷰 개수 조회 로직 native query -> querydsl 변경
리뷰 조회 성능최적화 (기존에는 이미지를 따로 불러와서 있는 경우 없는경우를 for 를 돌려 매치시켜줬지만 이제는 left join으로 한번에 처리)
도서 조회시 평점 평균 및 전체 리뷰개수 같이 조회되도록 변경
review.html 리뷰 없을시 처리 완료
book-detail.html 리뷰 평균 반올림 변경
The text was updated successfully, but these errors were encountered:
masiljangajji
No branches or pull requests
리뷰 평점 평균 및 전체 리뷰 개수 조회 로직 native query -> querydsl 변경
리뷰 조회 성능최적화
(기존에는 이미지를 따로 불러와서 있는 경우 없는경우를 for 를 돌려 매치시켜줬지만 이제는 left join으로 한번에 처리)
도서 조회시 평점 평균 및 전체 리뷰개수 같이 조회되도록 변경
review.html 리뷰 없을시 처리 완료
book-detail.html 리뷰 평균 반올림 변경
The text was updated successfully, but these errors were encountered: