-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
💫 enhancement
New feature or request
Comments
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
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
Co-authored-by: 조혜온 <[email protected]>
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
medoeun
added a commit
that referenced
this issue
Aug 22, 2024
medoeun
added a commit
that referenced
this issue
Aug 23, 2024
medoeun
added a commit
that referenced
this issue
Aug 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📑 Description
프로젝트에서 사용할 주요 엔티티를 정의하고 JPA 설정을 작업합니다.
📌 To Do
💬 Comment
The text was updated successfully, but these errors were encountered: