easybest / spring-data-mybatis

Simplifies the development of creating a MyBatis-based data access layer.
https://sdm.easybest.io
Apache License 2.0
237 stars 73 forks source link

Optimize `AuditingInterceptor` to support auditing iterable objects. #233

Closed overcat closed 3 years ago

overcat commented 3 years ago

Resolves #119, resolves #208

  1. Audit support is provided for parameters with @Param annotation attached.
  2. Optimize AuditingInterceptor to support auditing iterable objects.

I don't have enough energy to review all the code in this library, so I only modified the parts that I think affect the functions I need. If there is any problem, please leave a comment.

Thank you for your efforts, it's a great library.