1. 首页
  2. 数据库
  3. 其它
  4. 日志记录(使用切面方式记录)

日志记录(使用切面方式记录)

上传者: 2021-01-16 23:23:01上传 PDF文件 49KB 热度 27次
spring日志记录(使用切面方式记录) 1. 创建pojo类 @Data @Table(name = "tb_operate_record") public class OperateRecord { @Id private String id; //记录请求时间 @Column(name = "record_time") private Date recordTime; //操作者 private String username; //请求IP @Column(name = "request_ip") priv
下载地址
用户评论