Files
LM/classes/artifacts/LM_Web_exploded/WEB-INF/web.xml
LAPTOP-I47JE7I7\Lenovo e45549ec5a 重新提交
2026-04-08 10:56:37 +08:00

14 lines
614 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>