From d8945cb12c8171ce72402fb06b82821fbb846856 Mon Sep 17 00:00:00 2001 From: lx Date: Thu, 15 Jan 2026 12:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- .idea/vcs.xml | 6 ++++++ .../com/backend/webbackend/Controller/userController.java | 2 +- ietmwebbackend/src/main/resources/application.yml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index a9a4365..0b985bb 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..94a25f7 --- /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 2338a26..e0a0e25 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: