diff --git a/src/(1).gitignore b/src/(1).gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/src/(1).gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/src/pom(1).xml b/src/pom(1).xml new file mode 100644 index 0000000..1cc4a0f --- /dev/null +++ b/src/pom(1).xml @@ -0,0 +1,187 @@ + + 4.0.0 + com.cdy + ClassManageMentSystem + war + 1.0-SNAPSHOT + ClassManageMentSystem Maven Webapp + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + mysql + mysql-connector-java + 5.1.43 + + + + com.alibaba + druid + 1.1.1 + + + + org.mybatis + mybatis + 3.4.1 + + + + org.springframework + spring-context + 4.3.9.RELEASE + + + org.springframework + spring-aop + 4.3.9.RELEASE + + + org.springframework + spring-core + 4.3.9.RELEASE + + + org.springframework + spring-beans + 4.3.9.RELEASE + + + org.springframework + spring-jdbc + 4.3.9.RELEASE + + + org.springframework + spring-tx + 4.3.9.RELEASE + + + org.springframework + spring-web + 4.3.9.RELEASE + + + org.springframework + spring-webmvc + 4.3.9.RELEASE + + + org.springframework + spring-oxm + 4.3.9.RELEASE + + + + org.aspectj + aspectjweaver + 1.8.9 + + + + org.mybatis + mybatis-spring + 1.3.0 + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + javax.servlet.jsp.jstl + jstl-api + 1.2 + + + org.apache.taglibs + taglibs-standard-spec + 1.2.1 + + + org.apache.taglibs + taglibs-standard-impl + 1.2.1 + + + + com.fasterxml.jackson.core + jackson-core + 2.7.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.7.3 + + + com.fasterxml.jackson.core + jackson-annotations + 2.7.3 + + + + org.apache.poi + poi + 3.15 + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + + org.apache.logging.log4j + log4j-api + 2.3 + + + org.apache.logging.log4j + log4j-core + 2.3 + + + org.apache.logging.log4j + log4j-jcl + 2.3 + + + + + ClassManageMentSystem + + + org.apache.maven.plugins + maven-compiler-plugin + + 7 + 7 + + + + + + src/main/java + + **/*.xml + + + + src/main/resources + + **/*.* + + + + + diff --git a/src/pom.xml b/src/pom.xml new file mode 100644 index 0000000..1cc4a0f --- /dev/null +++ b/src/pom.xml @@ -0,0 +1,187 @@ + + 4.0.0 + com.cdy + ClassManageMentSystem + war + 1.0-SNAPSHOT + ClassManageMentSystem Maven Webapp + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + mysql + mysql-connector-java + 5.1.43 + + + + com.alibaba + druid + 1.1.1 + + + + org.mybatis + mybatis + 3.4.1 + + + + org.springframework + spring-context + 4.3.9.RELEASE + + + org.springframework + spring-aop + 4.3.9.RELEASE + + + org.springframework + spring-core + 4.3.9.RELEASE + + + org.springframework + spring-beans + 4.3.9.RELEASE + + + org.springframework + spring-jdbc + 4.3.9.RELEASE + + + org.springframework + spring-tx + 4.3.9.RELEASE + + + org.springframework + spring-web + 4.3.9.RELEASE + + + org.springframework + spring-webmvc + 4.3.9.RELEASE + + + org.springframework + spring-oxm + 4.3.9.RELEASE + + + + org.aspectj + aspectjweaver + 1.8.9 + + + + org.mybatis + mybatis-spring + 1.3.0 + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + javax.servlet.jsp.jstl + jstl-api + 1.2 + + + org.apache.taglibs + taglibs-standard-spec + 1.2.1 + + + org.apache.taglibs + taglibs-standard-impl + 1.2.1 + + + + com.fasterxml.jackson.core + jackson-core + 2.7.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.7.3 + + + com.fasterxml.jackson.core + jackson-annotations + 2.7.3 + + + + org.apache.poi + poi + 3.15 + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + + org.apache.logging.log4j + log4j-api + 2.3 + + + org.apache.logging.log4j + log4j-core + 2.3 + + + org.apache.logging.log4j + log4j-jcl + 2.3 + + + + + ClassManageMentSystem + + + org.apache.maven.plugins + maven-compiler-plugin + + 7 + 7 + + + + + + src/main/java + + **/*.xml + + + + src/main/resources + + **/*.* + + + + + diff --git a/src/test/java/TestBranch/TestBranch(1).java b/src/test/java/TestBranch/TestBranch(1).java new file mode 100644 index 0000000..e29f4c5 --- /dev/null +++ b/src/test/java/TestBranch/TestBranch(1).java @@ -0,0 +1,12 @@ +package TestBranch; + +public class TestBranch { + public static void main(String[] args) { + System.out.println("111111"); + System.out.println("2222222"); + System.out.println("333333333"); + System.out.println("volcanodaociyiyou"); + } + + +} diff --git a/src/test/java/TestBranch/TestBranch.java b/src/test/java/TestBranch/TestBranch.java new file mode 100644 index 0000000..e29f4c5 --- /dev/null +++ b/src/test/java/TestBranch/TestBranch.java @@ -0,0 +1,12 @@ +package TestBranch; + +public class TestBranch { + public static void main(String[] args) { + System.out.println("111111"); + System.out.println("2222222"); + System.out.println("333333333"); + System.out.println("volcanodaociyiyou"); + } + + +} diff --git a/src/test/java/TestBranch/TestConn(1).java b/src/test/java/TestBranch/TestConn(1).java new file mode 100644 index 0000000..f2010a5 --- /dev/null +++ b/src/test/java/TestBranch/TestConn(1).java @@ -0,0 +1,5 @@ +package TestBranch; + +public class TestConn { + +} diff --git a/src/test/java/TestBranch/TestConn.java b/src/test/java/TestBranch/TestConn.java new file mode 100644 index 0000000..f2010a5 --- /dev/null +++ b/src/test/java/TestBranch/TestConn.java @@ -0,0 +1,5 @@ +package TestBranch; + +public class TestConn { + +}