You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can someone tell me how to add extra column in audit table using audit-db and also how to integrate with jpa for monitoring and reporting audit records. I actually want to query audit records using jpa in spring boot
I am using audit4j to audit my spring based web application. Can we create custom column in audit table?
Let say I want to store the employee id and its name along with the audit records in emp_id and emp_name column with actor, timestamp etc.
Do we have support in audit4j to achieve above scenario or workaround?
The text was updated successfully, but these errors were encountered: