Commit 82734f7d by 丁伟峰

for test

1 parent f56dbd80
...@@ -48,6 +48,7 @@ public class GlobalExceptionHandler { ...@@ -48,6 +48,7 @@ public class GlobalExceptionHandler {
// 处理以上处理不了的其他异常 // 处理以上处理不了的其他异常
@ExceptionHandler(Exception.class) @ExceptionHandler(Exception.class)
public Result<?> exceptionHandler(Exception e) { public Result<?> exceptionHandler(Exception e) {
log.error("$$$$$$$$$$$$$$$$$$$$$$$$$" + e.toString());
return Result.failed(e.toString()); return Result.failed(e.toString());
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!