测试
This commit is contained in:
@@ -54,7 +54,7 @@ public class userController {
|
||||
return ResultVo.Success("","用户信息修改成功");
|
||||
}
|
||||
catch (Exception e){
|
||||
throw new RuntimeException("用户信息修改失败了!!!");
|
||||
throw new RuntimeException("用户信息修改失败");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8081
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
|
||||
Reference in New Issue
Block a user