全局日期处理、文件上传下载、参数绑定、restful请求
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user