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: 각 채팅방 별, 채팅 메시지 관리를 위한 DynamoDB 설정 및 기능 추가 #11

Merged
merged 7 commits into from
Jan 29, 2024

Conversation

kjungw1025
Copy link
Owner

issue 번호

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

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

작업 사항

각 채팅방 별, 채팅 메시지 관리를 위한 DynamoDB 설정 및 기능 추가

Setter를 사용하는 것은 객체의 일관성을 유지하기 위해서 지양해야 합니다. 그러나 DynamoDB 공식 Docs에서도 Entity 구현 시 Setter 메소드를 필수적으로 사용합니다.
DynamoDB Java SDK에서 DynamoDB를 편리하게 다루라고 제공하는 DynamoDBMapper가 객체 매핑 시 Setter를 사용하기 때문에, 해당 설정을 해제하는 선택을 하였습니다. DynamoDB쪽에서만 setter를 사용하도록 하겠습니다.
@kjungw1025 kjungw1025 merged commit 2ce00c6 into dev_deploy Jan 29, 2024
1 check passed
kjungw1025 pushed a commit that referenced this pull request May 18, 2024
kjungw1025 pushed a commit that referenced this pull request May 18, 2024
kjungw1025 pushed a commit that referenced this pull request May 18, 2024
fix: WithDankook 엔티티에서 NotNull 에너테이션 삭제
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant