diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a93ffca --- /dev/null +++ b/pom.xml @@ -0,0 +1,77 @@ + + 4.0.0 + springmvc-maven + easy-springmvc-maven + 0.0.1-SNAPSHOT + war + springmvc-maven + simple demo about how to use maven combine spring mvc + + src + + + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + + + maven-war-plugin + + 3.0 + + + WebContent\WEB-INF\web.xml + + + + + + + junit + junit + 4.12 + test + + + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + + + + + + UTF-8 + 3.1.2.RELEASE + + \ No newline at end of file