Skip to content

Instantly share code, notes, and snippets.

@artemptushkin
Created June 14, 2022 11:48
Show Gist options
  • Save artemptushkin/308d0432999e381f4df6808068fc075d to your computer and use it in GitHub Desktop.
Save artemptushkin/308d0432999e381f4df6808068fc075d to your computer and use it in GitHub Desktop.
default-http-status-code.java
@Bean
public HttpStatus defaultStatus() {
return HttpStatus.INTERNAL_SERVER_ERROR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment