From 547be1fda68eb1a586447b04fab936d90c7052fe Mon Sep 17 00:00:00 2001 From: lizhongping <1607961042@qq.com> Date: Tue, 8 Oct 2019 21:49:11 +0800 Subject: [PATCH] first commit init project --- pom.xml | 137 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 71 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index 8c529e8..2e5d595 100644 --- a/pom.xml +++ b/pom.xml @@ -1,75 +1,80 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - advanced-java - com.ac - 1.0-SNAPSHOT + advanced-java + com.ac + 1.0-SNAPSHOT - com.ac - - http://www.example.com + com.ac + + http://www.example.com - - UTF-8 - 1.7 - 1.7 - + + UTF-8 + 1.7 + 1.7 + - - - junit - junit - 4.11 - test - - + + + junit + junit + 4.11 + test + + + org.mybatis.generator + mybatis-generator-core + 1.3.6 + + - - - - - - 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-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - + + + + + + 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-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + +