From e51345e706be90c75307e59ca0dbd831cb598798 Mon Sep 17 00:00:00 2001 From: 18655803770 <2814537061@qq.com> Date: Wed, 9 Apr 2025 22:11:18 +0800 Subject: [PATCH] 11 --- springbootpt9c5/.idea/.name | 1 + springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 springbootpt9c5/.idea/.name diff --git a/springbootpt9c5/.idea/.name b/springbootpt9c5/.idea/.name new file mode 100644 index 00000000..781332ab --- /dev/null +++ b/springbootpt9c5/.idea/.name @@ -0,0 +1 @@ +APPLoginUser.java \ No newline at end of file diff --git a/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java b/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java index e63914e8..124e996e 100644 --- a/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java +++ b/springbootpt9c5/src/main/java/com/annotation/APPLoginUser.java @@ -4,7 +4,7 @@ import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; - +//11111 @Target(ElementType.PARAMETER) @Retention(RetentionPolicy.RUNTIME) public @interface APPLoginUser {