From be47aa533511c29642082331a33bcbe373890359 Mon Sep 17 00:00:00 2001 From: nicky <362330721@qq.com> Date: Sun, 13 May 2018 11:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=A2=E5=8D=95=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/taoshop-order/ReadMe.md | 1 + src/taoshop-order/pom.xml | 72 +++++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 7 ++ src/taoshop-order/src/main/webapp/index.jsp | 5 ++ 4 files changed, 85 insertions(+) create mode 100644 src/taoshop-order/ReadMe.md create mode 100644 src/taoshop-order/pom.xml create mode 100644 src/taoshop-order/src/main/webapp/WEB-INF/web.xml create mode 100644 src/taoshop-order/src/main/webapp/index.jsp diff --git a/src/taoshop-order/ReadMe.md b/src/taoshop-order/ReadMe.md new file mode 100644 index 0000000..2d14d24 --- /dev/null +++ b/src/taoshop-order/ReadMe.md @@ -0,0 +1 @@ +### 订单系统 \ No newline at end of file diff --git a/src/taoshop-order/pom.xml b/src/taoshop-order/pom.xml new file mode 100644 index 0000000..afbd941 --- /dev/null +++ b/src/taoshop-order/pom.xml @@ -0,0 +1,72 @@ + + + + + taoshop + org.muses + 1.0-SNAPSHOT + + 4.0.0 + + com.muses.order + taoshop-order + 1.0-SNAPSHOT + war + + taoshop-order Maven Webapp + + http://www.example.com + + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + taoshop-order + + + + maven-clean-plugin + 3.0.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.7.0 + + + maven-surefire-plugin + 2.20.1 + + + maven-war-plugin + 3.2.0 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + + diff --git a/src/taoshop-order/src/main/webapp/WEB-INF/web.xml b/src/taoshop-order/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/src/taoshop-order/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/src/taoshop-order/src/main/webapp/index.jsp b/src/taoshop-order/src/main/webapp/index.jsp new file mode 100644 index 0000000..c38169b --- /dev/null +++ b/src/taoshop-order/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ + -- GitLab