-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/197 기관의 선호물품 삭제 기능 구현 #199
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
Conversation
- 기존 Jpa 단일 레포지토리에서 인터페이스, 구현체 Jpa 레포지토리로 분할 - 분할에 따른 의존성 경로 수
- 권한, 파일 없음에 대한 예외 메세지 추가
- 서비스 메서드 구현 - 예외처리 추가 - 예외 처리를 위한 쿼리 메서드 추가
- 컨트롤러 구현 - 테스트 코드 작성및 검증 완료
- 중복 아이디 사용으로 인한 테스트 실패를 수정하기 위해 @beforeeach를 이용한 테스트 실행전 데이터 클렌징 작업 수행 추
m-a-king
left a comment
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.
수고하셨습니다. 패키지 변경 내역들도 확인했습니다!
| return center; | ||
| } | ||
|
|
||
| } No newline at end of file |
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.
개행이 빠졌습니다~
leebs0521
left a comment
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.
고생하셨습니다 !
- 잠재적 에러 예방을 위한 개행 추가
|



📌 과제 설명
기관의 자신이 등록한 선호물품 삭제 기능 구현입니다.
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점