增加springmvc 全局异常处理、拦截器示例代码

This commit is contained in:
罗祥
2018-12-18 17:23:02 +08:00
parent c54d520737
commit c3428d4056
16 changed files with 299 additions and 2 deletions

View File

@ -0,0 +1,9 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
没有对应的访问权限!
</body>
</html>