500.jsp改为500.html

This commit is contained in:
chenjinsong
2018-10-15 18:37:56 +08:00
parent 487f9b69af
commit 757989c5b8

View File

@@ -36,7 +36,7 @@ public class OperateLogInterceptor implements Interceptor{
}
inv.getController().setSessionAttr("errorMessage", "handle.error");
//inv.getController().redirect(inv.getControllerKey());
inv.getController().render("/error/500.jsp");
inv.getController().render("/error/500.html");
}
}