-
Notifications
You must be signed in to change notification settings - Fork 0
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
Product crud #45
Product crud #45
Conversation
- Product 엔티티에 대한 기본적인 CRUD 기능의 틀을 구현하였습니다. - 현재까지 GET 요청에 대한 테스트를 완료했습니다. 이를 통해 상품의 목록 조회 및 단일 상품 조회 기능이 정상적으로 동작함을 확인하였습니다. - Create, Update, Delete 기능에 대해서는 추가적인 구현이 필요합니다. 다음 단계에서는 이러한 기능들을 완성하여 상품 관리 기능을 완전히 지원할 예정입니다.
- DTO 처리는 Service 단에서 - Controller는 요청 처리 로직만 수행
리뷰좀요,, |
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.
업데이트에 대한 테스트 코드도 확인해주세욤
spring-boot-api/src/main/java/com/ssafy/springbootapi/domain/product/api/ProductController.java
Outdated
Show resolved
Hide resolved
...oot-api/src/main/java/com/ssafy/springbootapi/domain/product/application/ProductService.java
Outdated
Show resolved
Hide resolved
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.
확인했습니다
- 변경사항으로 인한 전체적인 Product 클래스 코드 변경 - Service 메서드 주석 추가 - ProductMapper 인터페이스 추가 - ProductUpdate DTO 추가 - build.gradle 에서 ModelMapper 디펜던시 삭제 - ModelMapperConfig.java 파일 삭제
어케 approve하지 |
product와 user 연결
: 상품에서도 해당 예외 처리 사용하기 때문
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.
확인
name: Design Review
about: Design Review issue template
작업 내용:
피드백 변경 사항
ModelMapper
->MapStruct
변경주석 추가
제출 전 필수 확인 사항: