-
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
master v0.4.1 (REFACTOR) #79
Merged
+921
−425
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
Enum 객체 사용시 null인지 우선 확인하도록 수정
Refactor/#72 - Enum 적용 (stockKinds, stockExchange)
SQL Mapper를 통해 Optional 값을 반환하도록 하고 null일시 orElseThrow IllegalStateException 발생
List값이 null or empty일시 IllegalStateException 발생
Refactor/#74 - 예외 발생 구문을 컨트롤러 -> 도메인으로
…페이징 조건값을 전달하도록 기존 로직을 대체
… 통해 가져오던 잠재적 문제를 수정
… 에러에 대한 처리 진행 - IllegalArgumentException 발생가능 - 해당 에러를 IG000(BadRequest) CustomException으로 변환하여 사용자에게 노출
명절 및 최근과 같은 공모가 잘 없는 경우를 대비
중복기능제거: 해당기능은 이미 {ipo_index}/comment 에 존재함
- getter 추가 - 반환할 필요없는 값(haveTitle)에 JsonIgnore 추가
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.
요약
주요내용