commit fb9d2d1206c302db9400d0476d3f2397927cbbc7 Author: likingcode Date: Sat Mar 7 05:44:28 2026 +0000 feat: Struts2示例项目 - 基础Struts2框架配置 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 + /* + +