써먹는 웹개발

[JPA] org.hibernate.AnnotationException: @Temporal should only be set on a java.util.Date or java.util.Calendar property 내가 해결한 방법 본문

웹개발/Jpa

[JPA] org.hibernate.AnnotationException: @Temporal should only be set on a java.util.Date or java.util.Calendar property 내가 해결한 방법

kmhan 2021. 8. 17. 18:06


728x90
반응형

import java.sql.Date; 로 되어있으면 import java.util.Date; 로 변경할 것

 

출처 : https://stackoverflow.com/questions/11432639/org-hibernate-annotationexception-temporal-should-only-be-set-on-a-java-util-d

728x90
반응형


Comments