-
Notifications
You must be signed in to change notification settings - Fork 0
Home
csriver edited this page Dec 12, 2022
·
2 revisions
支持以注解的形式记录用户操作,审计日志模块组件,方便使用
通过Spring AOP切面来实现审计日志模块,面向切面编程能够降低与系统主题业务逻辑之间的耦合, 从而实现更加精练的系统架构。