JAVA-2297: Update "Spring Boot custom error page" article

This commit is contained in:
sampadawagde
2020-08-02 23:17:57 +05:30
parent a623d1714f
commit 254319fb30
3 changed files with 8 additions and 5 deletions
@@ -34,7 +34,7 @@ public class MyErrorController implements ErrorController {
@Override
public String getErrorPath() {
return "/error";
return null;
}
}