-
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
입덕포인트 생성, 존재 유무 구현 #74 #109
Merged
+519
−34
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
82b6dfc
feat: 입덕 포인트 작성, 작성 유무 서비스 메소드 추가 #74
hanyMK d3c6543
feat: 입덕 포인트 작성, 작성 유무 컨트롤러 추가 #74
hanyMK cd601a8
feat: 입덕 포인트 작성 DTO 추가 #74
hanyMK 484d491
refactor: 입덕 포인트 엔티티 수정 메소드 변경 #74
hanyMK 1ccd917
test: 입덕 포인트 생성, 존재 유무 컨트롤러 test 추가 #74
hanyMK a7c7d21
test: 입덕 포인트 생성, 존재 유무 리포지토리 test 추가 #74
hanyMK 6d40157
test: 입덕 포인트 생성, 존재 유무 서비스 test 추가 #74
hanyMK b1205f3
Merge branch 'develop' into feature/74
hanyMK ccc8c70
feat: 입덕포인트 존재 유무 시 반환할 DTO #74
hanyMK b2f55e0
refactor: boolean -> CheckAttractionPoint 로 반환값 변경 #74
hanyMK 55240cb
test: 입덕포인트 존재 유무 test 추가 #74
hanyMK 5f23ae7
docs: 입덕포인트 생성 및 입덕포인트 존재 유무 api문서 작성 #74
hanyMK 9f7e80b
Merge branch 'develop' into feature/74
hanyMK dee5682
refactor: ConflictException, for문 stream으로 변경, #74
hanyMK 59c80cc
Merge branch 'develop' into feature/74
hanyMK 26f1064
refactor: saveAll로 변경하여 저장 #74
hanyMK 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
refactor: ConflictException, for문 stream으로 변경, #74
commit dee5682cae78bf007d4e17cba6f5acbbb941eba0
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
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.
동일한 엔티티를 여러번 저장하는 경우, 리스트에 담아서 saveAll로 저장하는 걸 추천 드립니다.
https://maivve.tistory.com/342
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.
넵 감사합니다 수정했습니다!