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: 게시글 생성, 수정, 삭제 API 기능 구현 #260

Merged
merged 3 commits into from
Nov 10, 2024

Conversation

ParkJh38
Copy link
Member

@ParkJh38 ParkJh38 commented Nov 3, 2024

#️⃣연관된 이슈

Feat: 게시글 생성, 수정, 삭제 API 기능 구현

📝작업 내용

게시글 생성, 수정, 삭제 API 기능 구현

🔎코드 설명 및 참고 사항

게시글 생성 과정에서 postTitle, postBody에 해당하는 내용이 null 값으로 입력되는 문제 발생

  • @ModelAttribute를 사용하여 값이 Null이 아닌 입력한 값을 받기 위해 @NoArgsConstructor을 제거하고 @AllArgsConstructor를 붙여주어 문제 해결 완료
  • 추가적으로 수정 등의 데이터 변경이 필요한 경우에는 DTO를 record 타입으로 작성하지 않고, class 타입으로 작성함

💬리뷰 요구사항

@ParkJh38 ParkJh38 added the ✨ Feature 기능 개발 label Nov 3, 2024
@ParkJh38 ParkJh38 self-assigned this Nov 3, 2024
@ParkJh38 ParkJh38 changed the title Feat: 다이어리 생성, 수정, 삭제 API 기능 구현 Feat: 게시글 생성, 수정, 삭제 API 기능 구현 Nov 3, 2024
@ParkJh38 ParkJh38 merged commit 358ecdf into develop Nov 10, 2024
1 check failed
@ParkJh38 ParkJh38 deleted the feature/#258-post-crud-ver2 branch November 10, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant