diff --git a/ssm_jcy_test/pom.xml b/ssm_jcy_test/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..bcbfe2809f56e72b1dc6a23d63576146fc895574 --- /dev/null +++ b/ssm_jcy_test/pom.xml @@ -0,0 +1,67 @@ + + + + 4.0.0 + + org.example + ssm_jcy_test + 1.0-SNAPSHOT + war + + ssm_jcy_test Maven Webapp + + http://www.example.com + + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + ssm_jcy_test + + + + 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_jcy_test/src/main/webapp/WEB-INF/web.xml b/ssm_jcy_test/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2 --- /dev/null +++ b/ssm_jcy_test/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/ssm_jcy_test/src/main/webapp/index.jsp b/ssm_jcy_test/src/main/webapp/index.jsp new file mode 100644 index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2 --- /dev/null +++ b/ssm_jcy_test/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ +