This commit is contained in:
2023-06-06 22:50:03 +08:00
commit 4103c36f47
20 changed files with 736 additions and 0 deletions

16
web/index.jsp Normal file
View File

@@ -0,0 +1,16 @@
<%--
Created by IntelliJ IDEA.
User: LDQ
Date: 2023/6/6
Time: 22:11
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
</head>
<body>
${user.userName}
</body>
</html>