-
Notifications
You must be signed in to change notification settings - Fork 171
[5기 - 조인수] SpringBoot Part2 Weekly Mission 제출합니다. #944
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
Open
ZZAMBAs
wants to merge
62
commits into
prgrms-be-devcourse:zzambas
Choose a base branch
from
ZZAMBAs:main
base: zzambas
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
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.
📌 과제 설명
(기본) 바우처 관리 애플리케이션
(심화) 바우처 지갑을 만들어보세요.
👩💻 요구 사항과 구현 내용
(2023-10-30 기준)
이전 File과 Memory 부분을 제외한 다이어그램입니다. 기존 Repository와 콘솔 사이 Service를 추가하였고, NamedParameterJdbcTemplate를 이용하여 Repository를 구현했습니다.
Repository에 대해 단위 테스트를 구성하였고, 서비스 테스트는 아직 못했습니다.. 바우처 지갑 테스트도 아직은 구현하지 못하였습니다. 31일 전후로 마무리 하고 3번째 과제로 넘어가려 합니다.
✅ 피드백 반영사항
part 1 반영사항
✅ PR 포인트 & 궁금한 점
@SpringBootTest
를 많이 사용했는데 왜냐하면 이것을 이용하지 않으면 테스트에서 yml 파일 내 값을 가져오지를 못했습니다.@SpringBootTest
는 통합 테스트 용이라 무거운 걸로 알고 있어서 이를 어떻게 해결해야 할 지 궁금합니다!