-
Notifications
You must be signed in to change notification settings - Fork 11
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
[5기] 4주차 쇼핑몰 과제 제출 - 호아 #6
Open
hoa0217
wants to merge
58
commits into
woowahan-pjs:main
Choose a base branch
from
hoa0217:hoa0217
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
- 추상클래스로 생성하여 상속받은 클래스만 도메인객체로 사용가능
- db, logging 설정
# Conflicts: # README.md
- BaseEntity: 생성시간, 수정시간 - AuditableBaseEntity: 생성시간, 생성자, 수정시간, 수정자
# Conflicts: # src/main/java/shopping/product/domain/Product.java # src/main/java/shopping/product/domain/ProductName.java
- 이메일 검증, 비밀번호 인코딩, 로그인
- RestClient를 사용하여 purgomalum api에 욕설확인 요청을 보낸다
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.
아직 표현계층과 시큐리티쪽 반영을 못했지만 일단 제출합니다..
바운디드 컨텍스트를 크게 Client, Owner, Product로 나누어보았는데 이거때문에 더 복잡해진것같기도하네요 ㅠㅠ
WishProduct에 기능이 더 추가가된다면 분리를 해야겠습니다.
또한 계속해서 리팩토링해보겠습니다!