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: