From 0fe4839e9f99a1991655ec3572e703bd47ab75fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E9=94=A6=E8=87=BB?= <1580074048@qq.com>
Date: Sat, 26 Mar 2022 22:11:35 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=9A=84web=E5=B7=A5?=
=?UTF-8?q?=E7=A8=8B=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ssm_zjz/pom.xml | 67 +++++++++++++++++++++++++
ssm_zjz/src/main/webapp/WEB-INF/web.xml | 7 +++
ssm_zjz/src/main/webapp/index.jsp | 5 ++
3 files changed, 79 insertions(+)
create mode 100644 ssm_zjz/pom.xml
create mode 100644 ssm_zjz/src/main/webapp/WEB-INF/web.xml
create mode 100644 ssm_zjz/src/main/webapp/index.jsp
diff --git a/ssm_zjz/pom.xml b/ssm_zjz/pom.xml
new file mode 100644
index 0000000..93a695f
--- /dev/null
+++ b/ssm_zjz/pom.xml
@@ -0,0 +1,67 @@
+
+
+
+ 4.0.0
+
+ org.example
+ ssm_zjz
+ 1.0-SNAPSHOT
+ war
+
+ ssm_zjz Maven Webapp
+
+ http://www.example.com
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+
+
+ ssm_zjz
+
+
+
+ maven-clean-plugin
+ 3.1.0
+
+
+
+ maven-resources-plugin
+ 3.0.2
+
+
+ maven-compiler-plugin
+ 3.8.0
+
+
+ maven-surefire-plugin
+ 2.22.1
+
+
+ maven-war-plugin
+ 3.2.2
+
+
+ maven-install-plugin
+ 2.5.2
+
+
+ maven-deploy-plugin
+ 2.8.2
+
+
+
+
+
diff --git a/ssm_zjz/src/main/webapp/WEB-INF/web.xml b/ssm_zjz/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000..9f88c1f
--- /dev/null
+++ b/ssm_zjz/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git a/ssm_zjz/src/main/webapp/index.jsp b/ssm_zjz/src/main/webapp/index.jsp
new file mode 100644
index 0000000..c38169b
--- /dev/null
+++ b/ssm_zjz/src/main/webapp/index.jsp
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
--
Gitee