提交 b6ec452f authored 作者: inroi's avatar inroi

微调

上级 352697b5
...@@ -71,7 +71,7 @@ public class BlogExceptionHandler { ...@@ -71,7 +71,7 @@ public class BlogExceptionHandler {
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR) @ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
@ResponseBody @ResponseBody
public RestResponse blogExceptionHandler(HttpServletRequest request, ShrException e) { public RestResponse blogExceptionHandler(HttpServletRequest request, ShrException e) {
log.error("---------------->Request URL : {}, ErrorMassage : {}", request.getRequestURI(), e.getMessage()); log.error("---------------->Request URI : {}, ErrorMassage : {}", request.getRequestURI(), e.getMessage());
return RestResponse.error(e.getMessage()); return RestResponse.error(e.getMessage());
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论