增加springmvc 全局异常处理、拦截器示例代码
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
没有对应的访问权限!
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user