crud/main/webapp/pages/error.jsp

19 lines
333 B
Plaintext

<%--
Created by IntelliJ IDEA.
User: mac
Date: 2022/7/14
Time: 6:14 PM
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>自定义异常</title>
</head>
<body>
<h1>自定义异常</h1>
${exception}
</body>
</html>