Skip to content
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

[#10] 멘토 생성기능 #21

Merged
merged 5 commits into from
Oct 6, 2024
Merged

[#10] 멘토 생성기능 #21

merged 5 commits into from
Oct 6, 2024

Conversation

Marc416
Copy link
Collaborator

@Marc416 Marc416 commented Oct 4, 2024

📸 이슈번호

🔬 배경

  • org.springframework.boot:spring-boot-starter-data-jdbc 라이브러리를 적용해서 멘토를 생성해 봅니다.

🛠 개발 사항

  • db 설정
  • 멘토 생성
  • id로 조회하기 기능

❗️중점적으로 리뷰 받고 싶은 내용

  • spri
    spring-data-jdbc 라이브러리를 사용시 db 드라이버 선택에 제한이 있습니다. (h2, derby, hsql )
    -> 해당 문서의 GettingStarted 아래쪽에 spring-boot-starter-data-jdbc 패키지가 spring-data-jdbc를 포함하고 있으니 이것을 쓰라는 힌트가 있습니다. 이부분에 대해서 멘토님이 알려주셔서 수정하였습니다.

  • org.springframework.boot:spring-boot-starter-validation 로 이메일 검증을 하려고 했는데 컨트롤러로 멘토를 생성하는 api 는 아직 안만들어서 적용하지 않았습니다. 이번에 적용하는게 좋을까요 아니면 다음 번에 멘토 가입, 회원가입등 Account쪽 할 때 하는게 좋을까요?
    -> 유효성 검증 피쳐로 가져가고 해당 pr은 엔티티에만 집중하는것으로 답변받았습니다.

🧘‍ 느낀점 또는 깨달은점

  • �spring-data-jdbc 로만 구현하려고 공식문서 위주로 많이 보고 다른 자료들도 찾아보았습니다. 이 과정에서 공식문서가 어려웠지만 조금씩 알아가는 재미가 있어서 더뎠지만 발전했다고 생각했습니다.
  • 2024-10-05
    멘토님께 위의 문제에 대해서 문서에 힌트가 있음을 알려주셨고 이를 바탕으로 재구현했습니다. 하지만 덕분에 좀더 jdbc에 대해 알 수 있는 시간이었습니다.

@Marc416 Marc416 added this to the Sprint 2 (10/02~10/08) milestone Oct 4, 2024
@Marc416 Marc416 self-assigned this Oct 4, 2024
Copy link

sonarcloud bot commented Oct 5, 2024

@Marc416 Marc416 merged commit 668c634 into develop Oct 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[💡 FEAT] 멘토 등록
1 participant