全局日期处理、文件上传下载、参数绑定、restful请求

This commit is contained in:
罗祥
2018-12-19 17:47:06 +08:00
parent c3428d4056
commit e038b16ddd
33 changed files with 21601 additions and 4 deletions

View File

@ -0,0 +1,9 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>文件下载</title>
</head>
<body>
<a href="${pageContext.request.contextPath}/download?filePath=${filePath}">${fileName}</a>
</body>
</html>