neulsom-EZY / EZY-server

[EZY | 서버] 우리는 라이프스타일 혁신의 새로운 역사를 쓰고 있습니다.
Apache License 2.0
12 stars 1 forks source link

모든 LocalDateTime [req, res] 데이터 규격화 요구 #151

Open jyeonjyan opened 3 years ago

jyeonjyan commented 3 years ago

Responst (서버 -> 클라이언트) 로 전달할 때, Request(클라이언트 -> 서버)로 전달할 때 두 가지의 경우에 대한 데이터 포맷이 필요하다 생각이 듭니다. 정규화 하지 않으면 아래의 오류를 초래합니다.

Screen Shot 2021-08-04 at 4 50 13 PM
jyeonjyan commented 3 years ago
  1. client -> server [LocalDateTime] - 일정 추가 @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss", timezone = "Asia/Seoul")

  2. client -> server [LocalDate] - 일정 기간 조회 @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "Asia/Seoul")