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

엔티티 정의 및 설정 #5

Closed
7 tasks done
medoeun opened this issue Aug 21, 2024 · 0 comments · Fixed by #14
Closed
7 tasks done

엔티티 정의 및 설정 #5

medoeun opened this issue Aug 21, 2024 · 0 comments · Fixed by #14
Assignees
Labels
💫 enhancement New feature or request

Comments

@medoeun
Copy link
Collaborator

medoeun commented Aug 21, 2024

📑 Description

프로젝트에서 사용할 주요 엔티티를 정의하고 JPA 설정을 작업합니다.

📌 To Do

  • Base 엔티티 생성
  • User 엔티티 정의 및 어노테이션 설정
  • VerificationCode 엔티티 정의 및 어노테이션 설정
  • Post 엔티티 정의 및 어노테이션 설정
  • Hashtag 엔티티 정의 및 어노테이션 설정
  • PostHashtag 엔티티 정의 및 어노테이션 설정
  • 검토 및 수정

💬 Comment

@medoeun medoeun added the 💫 enhancement New feature or request label Aug 21, 2024
@medoeun medoeun self-assigned this Aug 21, 2024
medoeun added a commit that referenced this issue Aug 22, 2024
- BaseEntity 정의하여 공통 필드 `createdAt`, `updatedAt` 작성
medoeun added a commit that referenced this issue Aug 22, 2024
medoeun added a commit that referenced this issue Aug 22, 2024
- Hashtag, Post, PostHashtag Entity 정의
- SocialMediaType enum 정의
@medoeun medoeun mentioned this issue Aug 22, 2024
3 tasks
medoeun added a commit that referenced this issue Aug 22, 2024
- 로컬 빌드하면서 메인 메소드에 추가했던 exclude옵션 삭제했습니다
medoeun added a commit that referenced this issue Aug 22, 2024
- `BaseEntity` Common으로 이동
- JPA 자동 매핑으로 불필요한 @column 어노테이션 일괄 삭제
medoeun added a commit that referenced this issue Aug 22, 2024
medoeun added a commit that referenced this issue Aug 22, 2024
- Auditing 기능을 사용하게 변경
- jpaConfig 생성
- @jsonformat 추가
medoeun added a commit that referenced this issue Aug 22, 2024
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 a pull request may close this issue.

1 participant