Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-26-2022 10:22 PM
@Id
private String id;
We have created customized string @id instead of default long as mentioned above, in our spring boot project
But when we use Neo4jauditing, create and update attributes are getting updated during update operation. Below are the annotations used.
@CreatedDate
private LocalDateTime createdDate;
@LastModifiedDate
private LocalDateTime modifiedDate;
Can you please suggest if there is any details missing which is causing @CreatedDate getting updated even during update operation.
#Neo4jAuditing #customId
01-29-2023 04:47 PM
I think you should enable either ... in your SpringBootApplication class
@EnableNeo4jAuditing
@EnableReactiveNeo4jAuditing
All the sessions of the conference are now available online