diff --git a/src/pom.xml b/src/pom.xml index 9c5853f4bee60195375262fa4a96dc4f0660251d..50b927160d1991ba9272e725365a76d0aab30e66 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 0000000000000000000000000000000000000000..18e8a6664d00086d88277981c0e83f72b9a10e1d --- /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 0000000000000000000000000000000000000000..0db27fea8a47e8bf9b83be870bdb5f8ff684189e --- /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 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2 --- /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 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2 --- /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 0000000000000000000000000000000000000000..6b20f48f513aaa07204fa2a49e50c47ff261df96 --- /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 0000000000000000000000000000000000000000..787a3fde3e49e8d1a641cf4ffb540371c084ba74 --- /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 0000000000000000000000000000000000000000..06f4d0751f5a5cbfcf9ca3a6a5006dc898d6251b --- /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 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2 --- /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 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2 --- /dev/null +++ b/src/taoshop-portal/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ +