-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mybatis 제거, 각 도메인 및 기능 고도화 #109
Merged
Conversation
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
…ntroller 로직, 반환 타 수정
Refactor/remove mybatis
…and-test feat: test job 추가
…and-test feat: test code 실패시 merge안되는지 확인
…and-test Feature/cicd modify and test
…-verify Feature/signup email verify
- 과정별 인터페이스 생성 - 파사드 패턴 적용
…cascade Refactor/#97 order cascade
…ion-test Test/order integration test
hotfix: saveOrder() 테스트코드 오류 수정 & 구매자 주문 취소 기능 오류 수정
- QueryDSL 반환 타입을 Entity로 수정했습니다. - 더이상 사용하지 않는 메서드를 삭제했습니다. - N+1 문제를 batch_fetch를 통해 개선했습니다.
…response Refactor/pagination response
…-hierarchy feat: 권한 hierarchy 적용
1. 필요 없는 Mybatis 레거시를 정리했습니다. 2. 기존 Mybatis 레거시로 인해 `~JPARepository`, `~Entity` 네이밍의 클래스를 `~Repository`, pure한 엔티티 이름으로 변경했습니다. 3. ProductLine의 모든 상품 Paging도 Category별 조회와 마찬가지로 batch_fetch를 적용해 성능을 개선했습니다. 4. 연관성이 있는 로직들의 네이밍을 전부 수정했습니다.
…e-paging-className Refactor/product line paging class name
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.
No description provided.