diff --git a/pom-springboot0.xml b/pom-springboot0.xml new file mode 100644 index 0000000..211b2cd --- /dev/null +++ b/pom-springboot0.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + + com.liger.ambition + springboot_0 + 0.0.1-SNAPSHOT + jar + + springboot_0 + Demo project for Spring Boot + + + org.springframework.boot + spring-boot-starter-parent + 1.5.6.RELEASE + + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + mysql + mysql-connector-java + 5.1.39 + + + + org.springframework.boot + spring-boot-starter-thymeleaf + 1.4.0.RELEASE + + + + org.springframework.boot + spring-boot-starter-data-jpa + 1.5.6.RELEASE + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + + + diff --git a/pom-springboot1.xml b/pom-springboot1.xml new file mode 100644 index 0000000..db20505 --- /dev/null +++ b/pom-springboot1.xml @@ -0,0 +1,68 @@ + + + 4.0.0 + + com.liger.ambition + springboot_1 + 0.0.1-SNAPSHOT + jar + + springboot_1 + Demo project for Spring Boot + + + org.springframework.boot + spring-boot-starter-parent + 1.5.6.RELEASE + + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.3.0 + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + + mysql + mysql-connector-java + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + diff --git a/pom-springboot2.xml b/pom-springboot2.xml new file mode 100644 index 0000000..4db8232 --- /dev/null +++ b/pom-springboot2.xml @@ -0,0 +1,155 @@ + + + 4.0.0 + + com.liger.ambition + springboot_2 + 0.0.1-SNAPSHOT + jar + + springboot_2 + Demo project for Spring Boot + + + org.springframework.boot + spring-boot-starter-parent + 1.5.6.RELEASE + + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-devtools + true + + + mysql + mysql-connector-java + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + + + com.fasterxml.jackson.module + jackson-module-parameter-names + + + + com.alibaba + druid + 1.0.11 + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.3.0 + + + + + tk.mybatis + mapper-spring-boot-starter + 1.1.3 + + + + com.github.pagehelper + pagehelper-spring-boot-starter + 1.1.2 + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + com.alibaba + druid-spring-boot-starter + 1.1.0 + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.springframework + springloaded + 1.2.5.RELEASE + + + + + org.mybatis.generator + mybatis-generator-maven-plugin + 1.3.2 + + ${basedir}/src/main/resources/generator/generatorConfig.xml + true + true + + + + mysql + mysql-connector-java + ${mysql.version} + + + tk.mybatis + mapper + 3.4.0 + + + + + + + diff --git a/pom-ssh.xml b/pom-ssh.xml new file mode 100644 index 0000000..5375d6d --- /dev/null +++ b/pom-ssh.xml @@ -0,0 +1,360 @@ + + + 4.0.0 + + com.ambition + jxcrm + 1.0-SNAPSHOT + + jx_util + jx_exception + jx_bean + jx_dao + jx_service + jx_web + + + pom + jxxrm_parent + 杰信电子商务平台 + + + 4.2.4.RELEASE + 2.3.24 + 5.0.7.Final + 1.6.6 + 1.2.12 + 1.2.4 + 3.0.1 + 0.9.1.2 + + + + org.apache.httpcomponents + httpclient + 4.4 + + + com.alibaba + fastjson + 1.1.37 + + + commons-beanutils + commons-beanutils + 1.9.1 + + + org.quartz-scheduler + quartz + 2.2.1 + + + commons-fileupload + commons-fileupload + 1.3.1 + + + + jstl + jstl + 1.2 + + + + + + org.apache.shiro + shiro-all + ${shiro.version} + + + + + + org.aspectj + aspectjweaver + 1.6.8 + + + + org.springframework + spring-aop + ${spring.version} + + + + org.springframework + spring-context + ${spring.version} + + + + org.springframework + spring-context-support + ${spring.version} + + + + org.springframework + spring-web + ${spring.version} + + + + org.springframework + spring-orm + ${spring.version} + + + + org.springframework + spring-beans + ${spring.version} + + + + org.springframework + spring-core + ${spring.version} + + + + org.springframework + spring-test + ${spring.version} + + + + org.springframework + spring-webmvc + ${spring.version} + + + + + + + org.apache.struts + struts2-core + ${struts2.version} + + + javassist + javassist + + + + + org.apache.struts + struts2-spring-plugin + ${struts2.version} + + + org.apache.struts + struts2-json-plugin + ${struts2.version} + + + org.apache.struts + struts2-convention-plugin + ${struts2.version} + + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-validator + 5.2.1.Final + + + + + c3p0 + c3p0 + ${c3p0.version} + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + + + log4j + log4j + ${log4j.version} + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + + + javax.mail + mail + 1.4.4 + + + + commons-lang + commons-lang + 2.6 + + + + + + dom4j + dom4j + 1.6 + + + + org.apache.poi + poi + 3.11 + + + org.apache.poi + poi-ooxml + 3.11 + + + org.apache.poi + poi-ooxml-schemas + 3.11 + + + + junit + junit + 4.9 + test + + + + + com.oracle + ojdbc14 + 10.2.0.4.0 + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet.jsp + jsp-api + 2.0 + provided + + + net.sf.ehcache + ehcache-core + 2.6.6 + + + com.itextpdf + itextpdf + 5.5.9 + + + com.itextpdf + itext-asian + 5.2.0 + + + + + jfree + jcommon + 1.0.16 + + + jfree + jfreechart + 1.0.13 + + + + com.caucho + hessian + 4.0.38 + + + + + jxcrm + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.7 + 1.7 + UTF-8 + true + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.2 + + + http://localhost:8080/manager/text + Tomcat-8.0.29 + admin + admin + /jxcrm + 8083 + + + + + + + \ No newline at end of file diff --git a/pom-ssm.xml b/pom-ssm.xml new file mode 100644 index 0000000..a2cd0f0 --- /dev/null +++ b/pom-ssm.xml @@ -0,0 +1,280 @@ + + + 4.0.0 + + com.liger.ambition + SSM_0 + 1.0-SNAPSHOT + + + + 4.2.4.RELEASE + + 3.3.0 + + 1.7.7 + 1.2.16 + + + + + + + junit + junit + 4.10 + test + + + + + org.springframework + spring-core + ${spring.version} + + + + + org.springframework + spring-web + ${spring.version} + + + + + org.springframework + spring-oxm + ${spring.version} + + + + + org.springframework + spring-tx + ${spring.version} + + + + + org.springframework + spring-jdbc + ${spring.version} + + + + + org.springframework + spring-webmvc + ${spring.version} + + + + + org.springframework + spring-aop + ${spring.version} + + + + + org.springframework + spring-context-support + ${spring.version} + + + + + org.springframework + spring-test + ${spring.version} + + + + + aspectj + aspectjrt + 1.5.4 + + + + aspectj + aspectjweaver + 1.5.4 + + + + + org.mybatis + mybatis + ${mybatis.version} + + + + org.mybatis + mybatis-spring + 1.2.3 + + + + org.mybatis.generator + mybatis-generator-maven-plugin + 1.3.2 + + + + + + + mysql + mysql-connector-java + 5.1.30 + + + + + commons-dbcp + commons-dbcp + 1.4 + + + + + jstl + jstl + 1.2 + + + + + + + commons-logging + commons-logging + 1.2 + + + log4j + log4j + ${log4j.version} + + + + + com.alibaba + fastjson + 1.1.41 + + + + + javax + javaee-api + 7.0 + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + + + + + + com.fasterxml.jackson.core + jackson-annotations + 2.7.4 + + + com.fasterxml.jackson.core + jackson-databind + 2.7.4 + + + com.fasterxml.jackson.core + jackson-core + 2.7.4 + + + + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + commons-io + commons-io + 2.4 + + + commons-codec + commons-codec + 1.9 + + + + + ssm0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.7 + 1.7 + UTF-8 + true + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.2 + + + http://localhost:8080/manager/text + Tomcat-8.0.29 + admin + admin + /jxcrm + 8083 + + + + + org.mybatis.generator + mybatis-generator-maven-plugin + 1.3.2 + + true + true + + + + org.mybatis.generator + mybatis-generator-core + 1.3.2 + + + + + + + \ No newline at end of file