SoloAdmin 的日志记录功能,只需要添加注解 @ActionLogRecord 即可自动记录用户的操作行为,比如:
@ActionLogRecord('编辑账户') public void edit() { render("account_edit.html"); }
登录日志是默认实现,ActionLogRecord记录操作日志。 记录的日志可以在日志模块下查看