使用SpringAOP+自定义注解快速开发一个记录审计日志的功能 #50
Valdanitooooo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
定义审计日志类型的枚举
自定义注解
在需要记录审计日志的方法上使用注解
通过AOP切面保存日志
LoggingAspect 类
Beta Was this translation helpful? Give feedback.
All reactions