出借内容:Caused by: org.hibernate.MappingException: Could not determine type for: java.sql.Timestamp , for columns: [org.hibernate.mapping.Column(start_date)]
hibernate 文件
定义类文件:
sql Timestamp类型只能对应java的 Date 不能对应Timestamp