Merged
Conversation
* QClass 새로 생성 * 패키지 구조 변경
* Service 예외처리 방식 수정 * 특정 음식점 리뷰 조회시 : 평균 별점값 반환 추가
* order 구조 변경
- OrderItem이 FK 컬럼 가지게 설정 - Order는 mappedBy로 객체 지향적으로 리스트만 관리 - 양방향 연관관계를 사용하여 가격 총 합 등을 보다 쉽게 관리 할 수 있도록 함 - Order 에서 totalPrice 를 관리함으로써 객체지향적으로 리팩토링
- Order <-> OrderItem 양방향 관계를 설정하여 객체지향적으로 리팩토링
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 변경 타입
✅ 체크리스트
🚀 변경 내용