-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] Product 엔티티에 reviewCount 필드 추가 (#616)
* feat: Product 엔티티의 필드에 reviewCount 추가 * feat: Review 작성시 product의 reviewCount 1증가 기능 구현 * refactor: Product의 ReviewCount 필드의 자료형을 AtomicLong으로 수정 * refactor: AtomicLong 관련 set 제거
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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