public class UserMileageResponseDto { private UUID userId; private UUID mileageId; private Integer count; private LocalDateTime updatedAt; 위에 객체를 Redis Cache에 적용한 뒤 조회하려는 과정에서 해당 오류가 발생했다.Java 8 date/time type `java.time.LocalDateTime` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: com.taken_s..