From e6f2b9553bc75bd0d978324da2822696b2b8e990 Mon Sep 17 00:00:00 2001 From: 18655803770 <2814537061@qq.com> Date: Wed, 9 Apr 2025 17:40:46 +0800 Subject: [PATCH 1/3] 1111 --- 111.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/111.txt b/111.txt index 5f2f16bf..1a33ec0f 100644 --- a/111.txt +++ b/111.txt @@ -1 +1,2 @@ 1111 +22222 \ No newline at end of file From 9ca52e75f7741ecb55d16d9bcdca65bc400c936d Mon Sep 17 00:00:00 2001 From: 18655803770 <2814537061@qq.com> Date: Wed, 9 Apr 2025 17:47:00 +0800 Subject: [PATCH 2/3] 1111 --- 111.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 111.txt diff --git a/111.txt b/111.txt deleted file mode 100644 index 1a33ec0f..00000000 --- a/111.txt +++ /dev/null @@ -1,2 +0,0 @@ -1111 -22222 \ No newline at end of file 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 3/3] 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 {