What's the difference between @CreationTimestamp and @CreatedDate in Spring boot jpa?

前端 未结 0 1402
隐瞒了意图╮
隐瞒了意图╮ 2021-02-11 13:10
@Entity
public class Foo {
    @CreatedDate
    private LocalDateTime createdDateTime;

    @CreationTimestamp
    private LocalDateTime creationTimestamp;
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题