重新提交

This commit is contained in:
LAPTOP-I47JE7I7\Lenovo
2026-04-08 10:56:37 +08:00
parent d130742ad9
commit e45549ec5a
245 changed files with 44907 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
<welcome-file-list>
<welcome-file>view/Login.jsp</welcome-file>
</welcome-file-list>
<!-- 过滤器统一使用 @WebFilter 注解注册,不需要在 web.xml 中重复配置 -->
<!-- 执行顺序由 @WebFilter 的 filter-name 字母顺序决定A → E → EmployeePermission -->
</web-app>