fix: tomcat6 jsp LinkageError

This commit is contained in:
ReaJason
2024-12-14 20:40:18 +08:00
parent 63207195a2
commit 28a34cbf89
6 changed files with 24 additions and 8 deletions
+16
View File
@@ -0,0 +1,16 @@
<%--
Created by IntelliJ IDEA.
User: ReaJason
Date: 2024/12/14
Time: 20:29
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>
$END$
</body>
</html>