Hibernate注解 日期格式化

    技术2024-11-12  6

    Hibernate注解

    对应着数据库三种类型 date time dateTime

    @Temporal(TemporalType.TIMESTAMP) @DateTimeFormat(pattern = AppProperties.DATE_TIME_PATTERN) @Column(name = "commit_time") private Date commitTime;

    配合@DateTimeFormat使用 返回指定格式给前端

    Processed: 0.022, SQL: 9