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

Fix: LocalDate가 ResponseDto에 존재하여 발생하는 직렬화 오류 수정 (#66) #66

Closed
win-luck opened this issue Nov 10, 2023 · 0 comments · Fixed by #67, #68 or #71
Closed
Assignees
Labels
fix 버그 및 오류 수정

Comments

@win-luck
Copy link
Contributor

win-luck commented Nov 10, 2023

  • ResponseNutritionSumByDateDto를 반환하는 메서드에서 오류 발생
  • ResponseDto에 LocalDate 자료형이 존재하는 것으로 인한 직렬화 오류
  • 임시 주석처리
@win-luck win-luck changed the title [hotfix] Fix: LocalDate가 ResponseDto에 존재하여 발생하는 직렬화 오류 수정 Nov 10, 2023
@win-luck win-luck self-assigned this Nov 10, 2023
@win-luck win-luck added the fix 버그 및 오류 수정 label Nov 10, 2023
@win-luck win-luck changed the title Fix: LocalDate가 ResponseDto에 존재하여 발생하는 직렬화 오류 수정 Fix: LocalDate가 ResponseDto에 존재하여 발생하는 직렬화 오류 수정 (#66) Nov 10, 2023
win-luck added a commit that referenced this issue Nov 10, 2023
Fix: 오늘의영양 응답데이터 LocalDate 주석처리 (#66)
@win-luck win-luck linked a pull request Nov 10, 2023 that will close this issue
win-luck added a commit that referenced this issue Nov 10, 2023
🚑 Fix: Redis 포트번호 미정 문제 수정 (#66)
@win-luck win-luck linked a pull request Nov 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment