반응형
SMALL
간단하게 이야기해서, java.security.Timestamp 는 해당 어노테이션을 지원하지 않는다는 이야기의 에러이다.
import java.sql.Timestamp;
기존 java.security.Timestamp 를 위와 같이 변경해줌으로써, 해당 에러해결이 가능하다.
반응형
LIST
'Developer > JAVA' 카테고리의 다른 글
[JAVA] Code Convetion & Formatter (1) | 2024.12.09 |
---|---|
[JAVA] 이클립스 Decompiler 설치 (0) | 2022.01.17 |
[JAVA-THEORY] 자바 이론 2 (0) | 2021.10.20 |
[JAVA-THEORY] 자바 이론 1 (0) | 2021.10.18 |
[JAVA] LIST 형 POST 처리 - JsonMappingException: Can not deserialize instance of java.util.ArrayList out of START_OBJECT token at [Source: java.io.PushbackInputStream@5db922ae; line: 1, column: 1] (0) | 2020.05.28 |