Open
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.
📌 개요
졸업 요건 기능을 위한 핵심 도메인 모델(Entity)을 설계하고, JPA 매핑 및 스키마 생성이 정상적으로 이루어지는지 테스트를 통해 검증했습니다.
✨ 주요 변경 사항
GraduationRequirement,AreaRequirement,AreaCourseGroup등 주요 엔티티 구현 및 연관관계 설정GraduationSchemaTest를 통해 하이버네이트 스키마 자동 생성 및 연관관계 매핑 정상 작동 확인🔍 리뷰 가이드 (Reviewers)
@OneToMany,@ManyToOne)가 비즈니스 로직에 맞게 적절히 매핑되었는지 확인 부탁드립니다.✅ 테스트 결과
GraduationSchemaTest: 통과 (DB 테이블 생성 및 매핑 검증 완료)GraduationBeApplicationTests: 통과