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

Entity 생성, h2 및 JPA 환경설정 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SEONGHUN-95
Copy link
Collaborator

  • Service, Repository 구현 전 임시로 Entity 설계를 미리 해두었습니다!
  • DB는 RDB로 사용하기 위해 h2로 연결해두었고, JPA를 활용하기 위해 의존성을 추가하였습니다.
    RDB를 선택한 이유는 NoSQL을 사용해야할 이유가 아직 명확하지 않고, 잘 알고 있는게 아니라서 비교적 익숙한 RDB를 추가 학습하며 적용해보겠습니다!
  • 추가적으로 엔티티간의 매핑관계는 추후 기능들을 구현하면서 객체간의 생명주기를 고민하고 추가하도록 하겠습니다. (현재는 Booking과 Passenger간의 관계만 추가한 상태입니다.)

다음 PR에는 service와 repository를 구현하고 controller와 연동, 그리고 새로운 코드에 대한 테스트 코드 작성하겠습니다!

.gitignore에 yml 파일 미적용, 수정을 위한 커밋
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.

1 participant