Created
June 14, 2022 11:48
-
-
Save artemptushkin/308d0432999e381f4df6808068fc075d to your computer and use it in GitHub Desktop.
default-http-status-code.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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