From 26a6bcbea4b33af8f0f8a1fd16284d35af36d94c Mon Sep 17 00:00:00 2001 From: database-mysql Date: Thu, 1 Jan 2026 21:46:38 +0800 Subject: [PATCH] add mode from user add --- .idea/httpRequests/http-client.cookies | 1 + .idea/httpRequests/http-requests-log.http | 80 ++++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 9 ++ .idea/workspace.xml | 43 +++++++++- .../backend/apibackserver/api/p/product.java | 4 + .../backend/apibackserver/api/u/user.java | 42 +++++++++ target/api-back-server-0.0.1-SNAPSHOT.jar | Bin 22179088 -> 22180572 bytes ...pi-back-server-0.0.1-SNAPSHOT.jar.original | Bin 15270 -> 16490 bytes .../backend/apibackserver/api/p/product.class | Bin 0 -> 334 bytes .../backend/apibackserver/api/u/user.class | Bin 3557 -> 4844 bytes .../compile/default-compile/createdFiles.lst | 1 + .../compile/default-compile/inputFiles.lst | 1 + 12 files changed, 179 insertions(+), 2 deletions(-) create mode 100644 src/main/java/top/gtb520/java/backend/apibackserver/api/p/product.java create mode 100644 target/classes/top/gtb520/java/backend/apibackserver/api/p/product.class diff --git a/.idea/httpRequests/http-client.cookies b/.idea/httpRequests/http-client.cookies index e69de29..edfe326 100644 --- a/.idea/httpRequests/http-client.cookies +++ b/.idea/httpRequests/http-client.cookies @@ -0,0 +1 @@ +# domain path name value date diff --git a/.idea/httpRequests/http-requests-log.http b/.idea/httpRequests/http-requests-log.http index e69de29..edd12c2 100644 --- a/.idea/httpRequests/http-requests-log.http +++ b/.idea/httpRequests/http-requests-log.http @@ -0,0 +1,80 @@ +POST http://127.0.0.1:3156/user/add?user_name=user1&email=user1@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T214247.200.txt + +### + +POST http://127.0.0.1:3156/user/add?user_name=user1&email=user1@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T214239.200.txt + +### + +POST http://127.0.0.1:3156/user/add?user_name=user1&email=user1@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T214228.200.txt + +### + +POST http://127.0.0.1:3156/user/add?user_name=user1&email=user1@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T213204.200.txt + +### + +GET http://127.0.0.1:3156/user/add?user_name=test&email=test@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T213055.200.txt + +### + +POST http://127.0.0.1:3156/user/add?user_name=test&email=test@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T213022.200.txt + +### + +POST http://127.0.0.1:3156/user/add?user_name=test&email=test@example.com +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T213000.200.txt + +### + +POST http://127.0.0.1:3156/user/add +User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.1.4 +Accept-Encoding: br, deflate, gzip, x-gzip +Accept: */* +content-length: 0 + +<> 2026-01-01T212548.200.txt + +### + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 3b8e8ce..abfbb28 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -4,5 +4,14 @@ + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e9078de..277eb3f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,20 @@