Skip to content
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
merged 136 commits into from
Jul 22, 2024
Merged

Mybatis 제거, 각 도메인 및 기능 고도화 #109

merged 136 commits into from
Jul 22, 2024

Conversation

Ogu1208
Copy link
Contributor

@Ogu1208 Ogu1208 commented Jul 22, 2024

No description provided.

Ogu1208 and others added 30 commits July 2, 2024 23:34
…and-test

feat: test code 실패시 merge안되는지 확인
axhtl and others added 29 commits July 15, 2024 12:44
- 과정별 인터페이스 생성
- 파사드 패턴 적용
hotfix: saveOrder() 테스트코드 오류 수정 & 구매자 주문 취소 기능 오류 수정
- QueryDSL 반환 타입을 Entity로 수정했습니다.
- 더이상 사용하지 않는 메서드를 삭제했습니다.
- N+1 문제를 batch_fetch를 통해 개선했습니다.
…-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
@Ogu1208 Ogu1208 merged commit 896f5c1 into main Jul 22, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants