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} + + + +