From 4e0f46105a951265dd97557986d7a1c1abf28410 Mon Sep 17 00:00:00 2001 From: Quella <2892744389@qq.com> Date: Thu, 15 Jan 2026 11:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/copilot.data.migration.agent.xml | 6 ++++++ .idea/copilot.data.migration.ask.xml | 6 ++++++ .idea/copilot.data.migration.ask2agent.xml | 6 ++++++ .idea/copilot.data.migration.edit.xml | 6 ++++++ .idea/misc.xml | 2 +- .idea/vcs.xml | 6 ++++++ .../com/backend/webbackend/Controller/userController.java | 2 +- ietmwebbackend/src/main/resources/application.yml | 2 +- 8 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 .idea/copilot.data.migration.agent.xml create mode 100644 .idea/copilot.data.migration.ask.xml create mode 100644 .idea/copilot.data.migration.ask2agent.xml create mode 100644 .idea/copilot.data.migration.edit.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask.xml b/.idea/copilot.data.migration.ask.xml new file mode 100644 index 0000000..7ef04e2 --- /dev/null +++ b/.idea/copilot.data.migration.ask.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml new file mode 100644 index 0000000..1f2ea11 --- /dev/null +++ b/.idea/copilot.data.migration.ask2agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml new file mode 100644 index 0000000..8648f94 --- /dev/null +++ b/.idea/copilot.data.migration.edit.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a9a4365..1208672 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ietmwebbackend/src/main/java/com/backend/webbackend/Controller/userController.java b/ietmwebbackend/src/main/java/com/backend/webbackend/Controller/userController.java index e0a0e25..fbe1fe1 100644 --- a/ietmwebbackend/src/main/java/com/backend/webbackend/Controller/userController.java +++ b/ietmwebbackend/src/main/java/com/backend/webbackend/Controller/userController.java @@ -54,7 +54,7 @@ public class userController { return ResultVo.Success("","用户信息修改成功"); } catch (Exception e){ - throw new RuntimeException("用户信息修改失败"); + throw new RuntimeException("用户信息修改失败!!!!!!"); } } diff --git a/ietmwebbackend/src/main/resources/application.yml b/ietmwebbackend/src/main/resources/application.yml index 524077e..4f05097 100644 --- a/ietmwebbackend/src/main/resources/application.yml +++ b/ietmwebbackend/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8081 + port: 8080 spring: datasource: