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

feat: 엔티티 클래스 개발 #5

Merged
merged 2 commits into from
Feb 14, 2025
Merged

feat: 엔티티 클래스 개발 #5

merged 2 commits into from
Feb 14, 2025

Conversation

mirupio
Copy link
Collaborator

@mirupio mirupio commented Feb 14, 2025

#️⃣연관된 이슈

엔티티 클래스 개발 #4

📝작업 내용

domain, repository 패키지 생성 및 코드 작성

  • domain 패키지 생성 및 엔티티 클래스 추가(Member, Route, AlertMessage)
  • repository 패키지 생성 및 기본적인 JPA repository 추가 (MemberRepository, RouteRepository, AlertMessageRepository)
  • 초기 테이블 설계에 맞춰 필드 추가 및 어노테이션 설정
  • 필요한 메서드 구현

@mirupio mirupio changed the title Chore: 엔티티 클래스 개 Chore: 엔티티 클래스 개발 Feb 14, 2025
@mirupio mirupio added the enhancement New feature or request label Feb 14, 2025
@astrokan astrokan self-requested a review February 14, 2025 08:03
Copy link
Collaborator

@astrokan astrokan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

@mirupio mirupio changed the title Chore: 엔티티 클래스 개발 feat: 엔티티 클래스 개발 Feb 14, 2025
@astrokan astrokan merged commit 7c622be into dev Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants