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

Feature/product line options ably #103

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

Ogu1208
Copy link
Contributor

@Ogu1208 Ogu1208 commented Jul 20, 2024

No description provided.

Copy link

@upswp upswp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

// @JsonBackReference
@JsonIgnore
private List<Product> products;
>>>>>>> Stashed changes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check!

Ogu1208 added 4 commits July 21, 2024 07:35
1. 필요 없는 Mybatis 레거시를 정리했습니다.
2. 기존 Mybatis 레거시로 인해 `~JPARepository`, `~Entity` 네이밍의 클래스를 `~Repository`, pure한 엔티티 이름으로 변경했습니다.
3. ProductLine의 모든 상품 Paging도 Category별 조회와 마찬가지로 batch_fetch를 적용해 성능을 개선했습니다.
4. 연관성이 있는  로직들의 네이밍을 전부 수정했습니다.
@Ogu1208 Ogu1208 force-pushed the feature/productLine-Options-ABLY branch from 19d50f8 to 4af04a6 Compare July 20, 2024 22:35
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.

2 participants