what's the best way to audit oldValues in spring boot?

21 hours ago 5
ARTICLE AD BOX

I am working on a project where I have to audit some fields, I was going to use hibernate envers, but since it doesn't extend to custom logic, I am now in between using AOP to intercept methods with a custom annotation (@auditable), or Jpa entity listeners with hibernate interceptors or events.

Read Entire Article