小编Bye*_*hoi的帖子

Spring boot jpa中@CreationTimestamp和@CreatedDate有什么区别?

@Entity
public class Foo {
    @CreatedDate
    private LocalDateTime createdDateTime;

    @CreationTimestamp
    private LocalDateTime creationTimestamp;
}
Run Code Online (Sandbox Code Playgroud)

在Spring boot实体类中
我不知道该使用哪一个
有什么不同?

spring spring-data-jpa

7
推荐指数
1
解决办法
5110
查看次数

标签 统计

spring ×1

spring-data-jpa ×1