From 780dc2985c1f4e3b997fac7cff9d9d4d7240a58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E4=B8=9C?= <13396135+anton-aoi@user.noreply.gitee.com> Date: Thu, 23 Nov 2023 19:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/february/common/log/annotation/WebLog.java | 2 +- src/main/java/com/february/common/log/aspect/WebLogAspect.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/february/common/log/annotation/WebLog.java b/src/main/java/com/february/common/log/annotation/WebLog.java index 63dbe23..ccdc392 100644 --- a/src/main/java/com/february/common/log/annotation/WebLog.java +++ b/src/main/java/com/february/common/log/annotation/WebLog.java @@ -2,7 +2,7 @@ package com.february.common.log.annotation; import java.lang.annotation.*; /** - * 自定义操作日志记录注解 + * 新增自定义操作日志记录注解 * * @author february */ diff --git a/src/main/java/com/february/common/log/aspect/WebLogAspect.java b/src/main/java/com/february/common/log/aspect/WebLogAspect.java index 9f38612..e8668ea 100644 --- a/src/main/java/com/february/common/log/aspect/WebLogAspect.java +++ b/src/main/java/com/february/common/log/aspect/WebLogAspect.java @@ -15,7 +15,7 @@ import javax.servlet.http.HttpServletRequest; import java.lang.reflect.Method; /** - * 自定义操作日志记录注解 + * 新增自定义操作日志记录注解 * * @author february */