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

[refactor] Content -> Post 엔티티 변경 #19

Merged
merged 5 commits into from
Aug 26, 2024

Conversation

pie2457
Copy link
Contributor

@pie2457 pie2457 commented Aug 25, 2024

Issue

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 변경
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

반영 브랜치

ex) refactor/modify_post_entity -> dev

변경 사항

  • Content -> Post로 클래스 네임 변경
  • PK : Long -> String 으로 타입 변경
  • ContentController -> PostController 클래스 네임 변경
  • ContentRepository 삭제

- Content -> Post로 클래스 네임 변경
- PK : Long -> String 으로 타입 변경
- ContentController -> PostController 클래스 네임 변경
Copy link
Contributor

@jw427 jw427 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@pie2457 pie2457 linked an issue Aug 25, 2024 that may be closed by this pull request
4 tasks
@rhaehf rhaehf self-requested a review August 25, 2024 11:23
post 테이블 명 변경 post -> posts
post 테이블의 id 타입을 String으로 변경하면서 GeneratedValue 어노테이션 제거
Copy link
Contributor

@ssunnykku ssunnykku left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@pie2457 pie2457 merged commit fd06fb4 into dev Aug 26, 2024
@pie2457 pie2457 deleted the refactor/modify_post_entity branch August 26, 2024 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content -> Post 엔티티 변경
5 participants