-
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.
[FU-339] 상품 중복등록 방지를 위한 제약조건 추가 (#85)
* feat: Product 테이블 unique 제약조건 추가 product title, member_id를 결합해 제약조건으로 설정하였음 * feat: DataIntegrityViolationException 예외 처리 제약 조건을 위반(상품 제목 중복 등록 등)했을 경우 예외 처리하기 위함
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 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