From af50da460a339a09e26d6096b90f153729f156a2 Mon Sep 17 00:00:00 2001 From: huangx Date: Fri, 31 Dec 2021 11:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8F=82=E8=80=83/=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=B7=A5=E7=A8=8B=E5=88=9D=E5=A7=8B=E5=8C=96pom?= =?UTF-8?q?=E6=96=87=E4=BB=B6.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../项目工程初始化pom文件.xml | 118 ++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 配置参考/项目工程初始化pom文件.xml diff --git a/配置参考/项目工程初始化pom文件.xml b/配置参考/项目工程初始化pom文件.xml new file mode 100644 index 0000000..0e0a74c --- /dev/null +++ b/配置参考/项目工程初始化pom文件.xml @@ -0,0 +1,118 @@ + + + + 4.0.0 + + com.chinaweal.youfool + youfool + 1.0.0-SNAPSHOT + war + ${project.artifactId} + https://www.chinaweal.com.cn + 某某系统 + + 1.8 + true + UTF-8 + 1.8 + 1.8 + 1.8 + false + 2.3.5.RELEASE + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + + + + + com.chinaweal.youfool + youfool-framework-springboot + 2.1.1-SNAPSHOT + + + org.projectlombok + lombok + 1.18.12 + provided + + + junit + junit + 4.12 + test + + + + + + org.xx + xx + xx + + + org.xx + xx + xx + + + org.xx + xx + xx + + + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + + utf-8 + true + + true + + false + + checkstyle-v1.0.xml + + + + validate + validate + + + check + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + +