We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Responst (서버 -> 클라이언트) 로 전달할 때, Request(클라이언트 -> 서버)로 전달할 때 두 가지의 경우에 대한 데이터 포맷이 필요하다 생각이 듭니다. 정규화 하지 않으면 아래의 오류를 초래합니다.
The text was updated successfully, but these errors were encountered:
client -> server [LocalDateTime] - 일정 추가 @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss", timezone = "Asia/Seoul")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss", timezone = "Asia/Seoul")
client -> server [LocalDate] - 일정 기간 조회 @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "Asia/Seoul")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "Asia/Seoul")
Sorry, something went wrong.
No branches or pull requests
Responst (서버 -> 클라이언트) 로 전달할 때, Request(클라이언트 -> 서버)로 전달할 때
두 가지의 경우에 대한 데이터 포맷이 필요하다 생각이 듭니다. 정규화 하지 않으면 아래의 오류를 초래합니다.
The text was updated successfully, but these errors were encountered: