From fb9d2d1206c302db9400d0476d3f2397927cbbc7 Mon Sep 17 00:00:00 2001 From: likingcode Date: Sat, 7 Mar 2026 05:44:28 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Struts2=E7=A4=BA=E4=BE=8B=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 基础Struts2框架配置 --- web/WEB-INF/web.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/WEB-INF/web.xml diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml new file mode 100644 index 0000000..17f74e2 --- /dev/null +++ b/web/WEB-INF/web.xml @@ -0,0 +1,11 @@ + + + + struts2 + org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter + + + struts2 + /* + +