Skip to content

Instantly share code, notes, and snippets.

@johnjqc
Last active September 16, 2020 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjqc/8d4e16a8dfa868a582f3bf98e56ad9f5 to your computer and use it in GitHub Desktop.
Save johnjqc/8d4e16a8dfa868a582f3bf98e56ad9f5 to your computer and use it in GitHub Desktop.
This is the default error format for spring-boot framework webservice
{
"timestamp": "2020-09-16T00:22:59.660+00:00",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/my-resource-name"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment