-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor: 요청 Dto 검증 과정 추가 (#47) #49
Merged
Merged
Changes from 11 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
50f7883
:sparkles: Feat: 캐싱 Key를 위한 수정/삭제 관련 요청 dto 및 헤더 수정 (#44)
win-luck 97ed35b
:sparkles: Feat: CreateFoodDto에 date 속성 추가 (#44)
win-luck dbe6078
:sparkles: Feat: FoodService 캐싱 적용 (#44)
win-luck 25ba044
:white_check_mark: Refactor: 음식/즐찾음식 삭제 기능 유효성검사 보강 (#44)
win-luck 8042863
:white_check_mark: Refactor: 테스트코드에 유효성검사 반영 (#44)
win-luck 96c3743
:package: Chore: Dto 요청/응답으로 패키지 분리 (#47)
win-luck d410bc7
:art: Chore: validation 의존성 추가 및 응답객체 수정, 예외처리 보강 (#47)
win-luck 58d55d5
:adhesive_bandage: Fix: Jwt 토큰 반환시간 6시간으로 연장 (#47)
win-luck 1f5633e
:safety_vest: Refactor: Auth, User Controller @Valid 추가 (#47)
win-luck 727e612
:recycle: Refactor: ValidCheck 관련 메시지 통합 관리 클래스 생성 (#47)
win-luck 854ace8
:recycle: Refactor: User 패키지 RequestDto 유효성검사 구현 (#47)
win-luck d1e3e07
:bug: Fix: ExceptionHandling Status 누락되던 버그 수정 (#47)
win-luck 4fd7d40
:white_check_mark: Test: UserControllerTest 유효성검사 반영 (#47)
win-luck 8c325f0
:safety_vest: Refactor: FoodController @Valid 추가 (#47)
win-luck a94e464
:recycle: Refactor: Food 패키지 RequestDto 유효성검사 구현 (#47)
win-luck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
14 changes: 0 additions & 14 deletions
14
src/main/java/com/diareat/diareat/user/dto/FollowUserDto.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/java/com/diareat/diareat/user/dto/JoinUserDto.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redis는 key value쌍으로 캐싱을 하기 때문에 userId에 대한 정보가 받아와야 하죠~