@RequestParam으로 ZonedDateTime 요청 시 이슈
이슈 내용 환경: JDK 1.8, Spring Boot 2.7.x Controller에서 @RequestParam으로 ZonedDateTime(”2024-01-01T00:00:00.000+09:00”)을 요청 받을 경우 parsing 에러 발생 에러 로그 .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.time.ZonedDateTime'; nested excep..
2024.02.11