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.
<이번 주 배운점>
1. 의존성 교체 및 DAO → Repository 전환
이번 주차에서는 spring-boot-starter-jdbc를 spring-boot-starter-data-jpa로 교체하며 JPA로 전환했습니다.
2. Git Remote 개념 학습
2주차 과제를 진행하며 Git 사용 중 발생한 원격 저장소(remote) 충돌 문제를 해결하는 과정에서, Git의 remote 개념을 깊이 이해하게 되었습니다.
중간에 미완성된 과제를 올리고자 git push를 하는 과정에서 문제를 발견하고 git 문제를 해결하는데 더 많은 시간을 할애한것 같습니다.