Spring Boot Auditing using Spring Data Envers | Example | Java Techie

preview_player
Показать описание
This video explain you How to perform auditing and versioning of database entities using spring data envers

#javatechie #springBoot #Audit

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Great video Sir love to see more jaspertreport video Sir 👍

siyedyoussef
Автор

bravo ... life saving for a programmer

nonogour
Автор

nice bro great Explanation
thq u so much

ballikuraramu
Автор

Hello, thank you for great explanation

alimasoumi
Автор

Good content. Simple explanation. Complete understanding. Thanks a lot for your efforts 👍

saurabhsuman
Автор

nice. Reduced a lot of effort of mine.. Thnks for uploaded.

abinashsahoo
Автор

Nice one 👌 does auditing maintains a seperate table for each entity? If so can we combine any entity class auditing to single table?

balrajmys
Автор

Thanks for good explanation and content .can you make video on javers ?

balakrishna
Автор

is it possible to know which item was actually deleted ?? the example you gave book name is "null" so how we will know which one was exactly deleted ?

sowmyarani
Автор

Thank you so much for the video, but i have one issue tables are not getting generate automatically. could you please share setting to do that

shivaniagrawal
Автор

i dont open the db.there is some errors like this.
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Oct 29 13:07:32 IST 2021
There was an unexpected error (type=Not Found, status=404).

soumyadhali
Автор

@Data annotation will add hashcode() and equals() methods along with getter setters etc, usually hashcode equals not required for entity, is there any specific reason?

pdchdyoutubification
Автор

it looks like this video is not much clear about auditing.. same user can insert and audit?... shouldn't there be a second user who approves the changes and insert into audit tables...

pasza
Автор

Sir atleast can you please print that last method on postman responses body i trying to print but getting 500 error but console like you working

bhavanisankar
Автор

What if I have one table which is related to 4 tables... Like one to many kind of mapping.. How revision works here

vigneshbalachandran
Автор

After adding @audited notation to classes / entity I am not able to do any post operation

divyashahi
Автор

hi is it possible keep all update values ? like 4 1 - 4 2 and so on? thanks

barankaplan
Автор

what about identity of user who edit those entities

luckytheracer
Автор

Is it possible to write Audit log with Rolling File handler? I didn't get any reference about it.

timothyarjun
Автор

Sir I tried with service layer it's working but findLast .... method not working with response Body but it's working with console why

bhavanisankar