Hibernate Envers how to get the log history properly?
问题 i create a table audit log using Hibernate Envers, and i use Spring Data Envers as my library, when i save/update/delete it successfully saved the log in my autid_log table, but when i want to retrive the log data, i got infinite loop of error, how can i do this properly? here is my code : Here is my controller : @GetMapping("/getPartnerRelationshipLog/{partnerId}") public ResponseEntity<?> getPartnerRelationshipLog(@PathVariable Long partnerId) { // Long id = partner.getId(); Revisions