From 8100624691bb7051251aa6623aed2cff40afaf48 Mon Sep 17 00:00:00 2001 From: nicky <362330721@qq.com> Date: Tue, 10 Apr 2018 11:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=A1=B9=E7=9B=AE=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pom.xml | 18 ++--- src/project-sso/ReadMe.txt | 1 + src/project-sso/pom.xml | 70 +++++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 7 ++ src/project-sso/src/main/webapp/index.jsp | 5 ++ src/taoshop-api/pom.xml | 16 +++++ src/taoshop-portal/ReadMe.txt | 1 + src/taoshop-portal/pom.xml | 70 +++++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 7 ++ src/taoshop-portal/src/main/webapp/index.jsp | 5 ++ 10 files changed, 191 insertions(+), 9 deletions(-) create mode 100644 src/project-sso/ReadMe.txt create mode 100644 src/project-sso/pom.xml create mode 100644 src/project-sso/src/main/webapp/WEB-INF/web.xml create mode 100644 src/project-sso/src/main/webapp/index.jsp create mode 100644 src/taoshop-api/pom.xml create mode 100644 src/taoshop-portal/ReadMe.txt create mode 100644 src/taoshop-portal/pom.xml create mode 100644 src/taoshop-portal/src/main/webapp/WEB-INF/web.xml create mode 100644 src/taoshop-portal/src/main/webapp/index.jsp diff --git a/src/pom.xml b/src/pom.xml index 9c5853f..50b9271 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -33,6 +33,14 @@ 1.2.7 + + taoshop-portal + taoshop-api + project-oauth + project-sso + project-quartz + + @@ -59,13 +67,10 @@ - - @@ -89,12 +94,7 @@ mybatis-spring-boot-starter ${mybatis-spring-boot.version} - - - - - - + com.alibaba druid diff --git a/src/project-sso/ReadMe.txt b/src/project-sso/ReadMe.txt new file mode 100644 index 0000000..18e8a66 --- /dev/null +++ b/src/project-sso/ReadMe.txt @@ -0,0 +1 @@ +单点登录SSO \ No newline at end of file diff --git a/src/project-sso/pom.xml b/src/project-sso/pom.xml new file mode 100644 index 0000000..0db27fe --- /dev/null +++ b/src/project-sso/pom.xml @@ -0,0 +1,70 @@ + + + + + taoshop + org.muses + 1.0-SNAPSHOT + + 4.0.0 + + taoshop-sso + war + + taoshop-sso Maven Webapp + + http://www.example.com + + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + taoshop-sso + + + + 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/project-sso/src/main/webapp/WEB-INF/web.xml b/src/project-sso/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/src/project-sso/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/src/project-sso/src/main/webapp/index.jsp b/src/project-sso/src/main/webapp/index.jsp new file mode 100644 index 0000000..c38169b --- /dev/null +++ b/src/project-sso/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ + diff --git a/src/taoshop-api/pom.xml b/src/taoshop-api/pom.xml new file mode 100644 index 0000000..6b20f48 --- /dev/null +++ b/src/taoshop-api/pom.xml @@ -0,0 +1,16 @@ + + + + taoshop + org.muses + 1.0-SNAPSHOT + + 4.0.0 + + taoshop-api + + jar + + \ No newline at end of file diff --git a/src/taoshop-portal/ReadMe.txt b/src/taoshop-portal/ReadMe.txt new file mode 100644 index 0000000..787a3fd --- /dev/null +++ b/src/taoshop-portal/ReadMe.txt @@ -0,0 +1 @@ +门户网站 \ No newline at end of file diff --git a/src/taoshop-portal/pom.xml b/src/taoshop-portal/pom.xml new file mode 100644 index 0000000..06f4d07 --- /dev/null +++ b/src/taoshop-portal/pom.xml @@ -0,0 +1,70 @@ + + + + + taoshop + org.muses + 1.0-SNAPSHOT + + 4.0.0 + + web-portal + war + + web-portal Maven Webapp + + http://www.example.com + + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + web-portal + + + + 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-portal/src/main/webapp/WEB-INF/web.xml b/src/taoshop-portal/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/src/taoshop-portal/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/src/taoshop-portal/src/main/webapp/index.jsp b/src/taoshop-portal/src/main/webapp/index.jsp new file mode 100644 index 0000000..c38169b --- /dev/null +++ b/src/taoshop-portal/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ + -- GitLab