This commit is contained in:
lx
2026-01-15 12:43:43 +08:00
parent b57519c937
commit d8945cb12c
4 changed files with 9 additions and 3 deletions

2
.idea/misc.xml generated
View File

@@ -8,7 +8,7 @@
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_22" project-jdk-name="corretto-1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_22" project-jdk-name="ms-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -54,7 +54,7 @@ public class userController {
return ResultVo.Success("","用户信息修改成功");
}
catch (Exception e){
throw new RuntimeException("用户信息修改失败了!!!");
throw new RuntimeException("用户信息修改失败");
}
}

View File

@@ -1,5 +1,5 @@
server:
port: 8081
port: 8080
spring:
datasource: