Spring/study for project
LocalDateTime
melitina
2023. 12. 29. 21:15
https://firstws.tistory.com/46
[SpringBoot] LocalDateTime 받기(클라이언트Json→서버)
Postman - Json 작성 { "sendDate" : "2023-01-18T11:22:33" } 받을 DTO의 변수에 다음과 같이 셋팅하기 public class TransferInfoDto { //@JsonDeserialize(using = LocalDateDeserializer.class) //@JsonFormat(shape = JsonFormat.Shape.STRING, pattern
firstws.tistory.com