You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
골룸 생성을 위해서 날짜랑 적혀있는 예시대로 입력했는데 Json Parse에러가 발생했습니다!
🐘 원하던 상황
골룸의 생성을 원했습니다.
🐘 스크린샷
{
"message": "JSON parse error: Cannot deserialize value of type java.time.LocalDate from String "2023-08-12": Failed to deserialize java.time.LocalDate: (java.time.format.DateTimeParseException) Text '2023-08-12' could not be parsed at index 4"
}
The text was updated successfully, but these errors were encountered:
jeomxon
changed the title
골룸 생성 시 LocalDateTime Json Parse 오류
골룸 생성 시 LocalDate Json Parse 오류
Aug 7, 2023
🐘 버그 사항
골룸을 생성하려고 했는데, 날짜가 파싱이 안되는 것 같아요..!
🐘 버그 시뮬레이션
골룸 생성을 위해서 날짜랑 적혀있는 예시대로 입력했는데 Json Parse에러가 발생했습니다!
🐘 원하던 상황
골룸의 생성을 원했습니다.
🐘 스크린샷
{
"message": "JSON parse error: Cannot deserialize value of type
java.time.LocalDate
from String "2023-08-12": Failed to deserialize java.time.LocalDate: (java.time.format.DateTimeParseException) Text '2023-08-12' could not be parsed at index 4"}
The text was updated successfully, but these errors were encountered: