boo3lem
Results
1
comments of
boo3lem
Mongo Auditing: @CreatedDate field gets set to null on updates with Spring Data Rest [DATAREST-1204]
you can make that variable editable = false like this exemple @Column(name = "creationDate", nullable = false, updatable = false)