From cb6468c656b6bfd644cf4e4ebb63fbcaa3f27366 Mon Sep 17 00:00:00 2001 From: many2many <6168830@qq.com> Date: Wed, 16 Oct 2024 11:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E9=A1=B9=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E9=87=8D=E6=96=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tasks/chapter04-tasks.md | 2 -- .../WEB-INF/lib/jackson-annotations-2.18.0.jar | Bin .../WEB-INF/lib/jackson-core-2.18.0.jar | Bin .../WEB-INF/lib/jackson-databind-2.18.0.jar | Bin .../WEB-INF/lib/javax.servlet-api-3.1.0.jar | Bin examples/chapter04/{ => webapp}/WEB-INF/web.xml | 0 examples/chapter04/{ => webapp}/login.jsp | 0 examples/chapter04/{ => webapp}/login2.jsp | 0 examples/chapter04/{ => webapp}/login3.html | 0 examples/chapter04/{ => webapp}/welcome.jsp | 0 10 files changed, 2 deletions(-) rename examples/chapter04/{ => webapp}/WEB-INF/lib/jackson-annotations-2.18.0.jar (100%) rename examples/chapter04/{ => webapp}/WEB-INF/lib/jackson-core-2.18.0.jar (100%) rename examples/chapter04/{ => webapp}/WEB-INF/lib/jackson-databind-2.18.0.jar (100%) rename examples/chapter04/{ => webapp}/WEB-INF/lib/javax.servlet-api-3.1.0.jar (100%) rename examples/chapter04/{ => webapp}/WEB-INF/web.xml (100%) rename examples/chapter04/{ => webapp}/login.jsp (100%) rename examples/chapter04/{ => webapp}/login2.jsp (100%) rename examples/chapter04/{ => webapp}/login3.html (100%) rename examples/chapter04/{ => webapp}/welcome.jsp (100%) diff --git a/docs/tasks/chapter04-tasks.md b/docs/tasks/chapter04-tasks.md index 88e1ea0..ba7de6b 100644 --- a/docs/tasks/chapter04-tasks.md +++ b/docs/tasks/chapter04-tasks.md @@ -17,8 +17,6 @@ #### 任务步骤 - - 1. **创建项目** - 使用IntelliJ IDEA创建一个新的Java项目。 - 根据servlet项目要求,创建目录和文件。 diff --git a/examples/chapter04/WEB-INF/lib/jackson-annotations-2.18.0.jar b/examples/chapter04/webapp/WEB-INF/lib/jackson-annotations-2.18.0.jar similarity index 100% rename from examples/chapter04/WEB-INF/lib/jackson-annotations-2.18.0.jar rename to examples/chapter04/webapp/WEB-INF/lib/jackson-annotations-2.18.0.jar diff --git a/examples/chapter04/WEB-INF/lib/jackson-core-2.18.0.jar b/examples/chapter04/webapp/WEB-INF/lib/jackson-core-2.18.0.jar similarity index 100% rename from examples/chapter04/WEB-INF/lib/jackson-core-2.18.0.jar rename to examples/chapter04/webapp/WEB-INF/lib/jackson-core-2.18.0.jar diff --git a/examples/chapter04/WEB-INF/lib/jackson-databind-2.18.0.jar b/examples/chapter04/webapp/WEB-INF/lib/jackson-databind-2.18.0.jar similarity index 100% rename from examples/chapter04/WEB-INF/lib/jackson-databind-2.18.0.jar rename to examples/chapter04/webapp/WEB-INF/lib/jackson-databind-2.18.0.jar diff --git a/examples/chapter04/WEB-INF/lib/javax.servlet-api-3.1.0.jar b/examples/chapter04/webapp/WEB-INF/lib/javax.servlet-api-3.1.0.jar similarity index 100% rename from examples/chapter04/WEB-INF/lib/javax.servlet-api-3.1.0.jar rename to examples/chapter04/webapp/WEB-INF/lib/javax.servlet-api-3.1.0.jar diff --git a/examples/chapter04/WEB-INF/web.xml b/examples/chapter04/webapp/WEB-INF/web.xml similarity index 100% rename from examples/chapter04/WEB-INF/web.xml rename to examples/chapter04/webapp/WEB-INF/web.xml diff --git a/examples/chapter04/login.jsp b/examples/chapter04/webapp/login.jsp similarity index 100% rename from examples/chapter04/login.jsp rename to examples/chapter04/webapp/login.jsp diff --git a/examples/chapter04/login2.jsp b/examples/chapter04/webapp/login2.jsp similarity index 100% rename from examples/chapter04/login2.jsp rename to examples/chapter04/webapp/login2.jsp diff --git a/examples/chapter04/login3.html b/examples/chapter04/webapp/login3.html similarity index 100% rename from examples/chapter04/login3.html rename to examples/chapter04/webapp/login3.html diff --git a/examples/chapter04/welcome.jsp b/examples/chapter04/webapp/welcome.jsp similarity index 100% rename from examples/chapter04/welcome.jsp rename to examples/chapter04/webapp/welcome.jsp