-
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
[TEST] 게시판, 게시판 좋아요 더미데이터 API 생성 #141
Merged
Merged
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
2 tasks
jaewonLeeKOR
reviewed
Sep 8, 2024
jaewonLeeKOR
previously approved these changes
Sep 9, 2024
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.
LGTM
Signed-off-by: suuumim <83461362+tnals2384@users.noreply.github.com>
jaewonLeeKOR
approved these changes
Sep 10, 2024
kyxxgsoo
approved these changes
Sep 10, 2024
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.
LGTM
4 tasks
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.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
반영 브랜치
ex) test/#140/dummyDataApi -> develop
변경 사항
i.n.r.d.DnsServerAddressStreamProviders : Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults.
에러가 자꾸 떠서 build.gradle에'io.netty:netty-resolver-dns-native-macos:4.1.68.Final:osx-aarch_64'
의존성을 추가했습니다.멤버 10명을 생성하고, param으로 넘겨준 수만큼 board 더미 데이터를 생성하는 API를 구현했습니다.
board 더미 데이터를 생성하는 프로시저를 사용하도록 하였습니다. (데이터베이스 내 프로시저를 만들어두었습니다.)
테스트 결과
스웨거와 localDB로 확인하였습니다.