Replies: 1 comment 14 replies
-
/cc @FroMage (panache), @geoand (spring), @loicmathieu (mongodb,panache) |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a project where we need to migrate it from spring to Quarkus. We are trying to use MongoDB Panache.
We want to add the auditing while saving/updating the entity by using createdAt/modifiedAt in collection. Do we have anything similar to @CreatedDate and @LastModifiedDate like we have in Spring.
Beta Was this translation helpful? Give feedback.
All reactions