2

我正在使用带有 swagger 的 spring boot 来提供 REST API 服务。发生异常时,swagger 以如下格式返回响应

    {
  "timestamp": 1449742584285,
  "status": 500,
  "error": "Internal Server Error",
  "exception": "com.foo.exception.NotFoundException",
  "message": "User with id 1 not found",
  "path": "/user/1"
}

我不想返回详细的响应,而是只显示消息。服务器也一直在抛出RuntimeException.

如何实现招摇只回消息。

4

0 回答 0