© 1999-2048 dssz.net 粤ICP备11031372号
[其它] 日志记录(使用切面方式记录)
说明: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; //<weixin_38682518> 上传 | 大小:49kb