Conditional Envers Auditing

后端 未结 5 1449
死守一世寂寞
死守一世寂寞 2020-12-31 13:58

I have a requirement where I want to audit records only on change of Status field. I\'ve followed documentation chapter tutorial \"15.8. Conditional auditing\".

Step

5条回答
  •  抹茶落季
    2020-12-31 15:00

    @ComponentScan(basePackages = {"com.example.demo"}, lazyInit = true)

    Adding lazyInit = true, triggered the custom integrator for me.

提交回复
热议问题