잡동사니
[Spring] Cassandra CodecNotFoundException: Codec not found for requested operation: [timestamp <-> java.sql.Timestamp] 해결 본문
IT/Java
[Spring] Cassandra CodecNotFoundException: Codec not found for requested operation: [timestamp <-> java.sql.Timestamp] 해결
yeTi 2018. 8. 30. 10:12안녕하세요. yeTi입니다.
오늘은 Java에서 Datastax 라이브러리의 Object Mapper를 활용하여 Cassandra의 Timestamp를 추가시 발생하는 CodecNotFoundException을 해결하는 방법을 알아보겠습니다.
설치 환경
- Spring Boot : 1.5.4.RELEASE
- Cassandra Driver : cassandra-driver-core-3.5.1
1. Object Mapper를 활용했습니다.
- java.sql.Timestamp로 선언했던 변수를 java.util.Date로 변경합니다.
'IT > Java' 카테고리의 다른 글
[Java] 날짜 사용하기 (0) | 2018.11.20 |
---|---|
[Spring Boot] Scheduled 어노테이션 활용하기 (0) | 2018.11.12 |
[Spring] Cassandra 연동 및 Insert (0) | 2018.08.30 |
[Spring] AOP기반 SQL Logging (4) | 2018.08.08 |
[SimpleDateFormat] java.lang.NumberFormatException 처리하기 (0) | 2018.08.01 |
Comments