-
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
[#61] 리팩토링 #64
Merged
Merged
[#61] 리팩토링 #64
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
- Product 조회 JpaPagingItemReader를 사용하도록 수정 - 좋아요/경매 상품 상태 변경 배치 Config 파일 분리 - 경매 상품 상태 변경하는 코드 ItemProcessor로 처리하도록 수정 - 의존관게 주입 방식 수정 - 테스트 코드 추가
- 로그아웃 URL 수정 - 회원 API 테스트코드 불필요한 주석 삭제 및 코드 포맷팅 정리 - 회원 Fixtures 코드 포맷팅 정리
- 포인트 API 응답 수정 - 포인트 충전 API 테스트 수정 - pointService 테스트 수정
- 가격 타입 Long, Int 등 불일치했던 것들을 Int 타입으로 수정 - AuctionServiceTest 코드 보완 - 경매 최초입찰 처리 보완
- Spring Batch 외부 스케줄러
- domain 모듈의 src/main 파일 삭제 - @EnableJpaRepositories와 @EntityScan으로 JPA 리포지토리 및 엔티티 스캔 설정
Quality Gate passedIssues Measures |
Closed
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.
리팩토링