JAVA-2297: Update "Spring Boot custom error page" article
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class MyErrorController implements ErrorController {
|
||||
|
||||
@Override
|
||||
public String getErrorPath() {
|
||||
return "/error";
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user