From 74565e6b80ba7a0f2c907d2d1bbcae53245f9a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=B7=E5=B3=B0?= Date: Sat, 23 Nov 2019 22:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0pom=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李海峰 --- .idea/$PRODUCT_WORKSPACE_FILE$ | 64 ++++++ .idea/codeStyles | 31 +++ .idea/compiler.xml | 6 + .idea/conversion-plantform.iml | 9 + .idea/encodings.xml | 4 + .idea/inspectionProfiles/Project_Default.xml | 36 ++++ .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + pom.xml | 201 +++++++++++++++++++ 10 files changed, 372 insertions(+) create mode 100644 .idea/$PRODUCT_WORKSPACE_FILE$ create mode 100644 .idea/codeStyles create mode 100644 .idea/compiler.xml create mode 100644 .idea/conversion-plantform.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 pom.xml diff --git a/.idea/$PRODUCT_WORKSPACE_FILE$ b/.idea/$PRODUCT_WORKSPACE_FILE$ new file mode 100644 index 00000000..10f2a468 --- /dev/null +++ b/.idea/$PRODUCT_WORKSPACE_FILE$ @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + 1.8 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles b/.idea/codeStyles new file mode 100644 index 00000000..0ddcb824 --- /dev/null +++ b/.idea/codeStyles @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..f3fedce3 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/conversion-plantform.iml b/.idea/conversion-plantform.iml new file mode 100644 index 00000000..d6ebd480 --- /dev/null +++ b/.idea/conversion-plantform.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..5ec33e56 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..6560a989 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..893f829b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..17c5ee6c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..2fcc587b --- /dev/null +++ b/pom.xml @@ -0,0 +1,201 @@ + + + + 4.0.0 + + com.dlihaifeng + conversion-plantform + 1.0.0-SNAPSHOT + + conversion-plantform::根节点 + http://dlihaifeng.com + + + 1.3.0.Final + 1.8 + 1.8 + 3.8.1 + UTF-8 + 1.9.6 + 3.3.4 + 2.10.1 + 1.1.10 + 6.4.2 + 27.0.1-jre + 4.5.10 + 1.18.10 + 3.1.1 + 1.7.5 + + + 2.2.1.RELEASE + 2.1.6 + Greenwich.SR3 + 2.1.0.RELEASE + 5.2.0.RELEASE + + + + + + org.projectlombok + lombok + ${lombok.version} + provided + true + + + + org.mapstruct + mapstruct + ${mapstruct.version} + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + ${spring-cloud-alibaba.version} + pom + import + + + de.codecentric + spring-boot-admin-dependencies + ${spring-boot-admin.version} + pom + import + + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + + cn.hutool + hutool-all + ${hutool.version} + + + com.google.guava + guava + ${guava.version} + + + com.baomidou + mybatis-plus-boot-starter + ${mybatisplus.starter.version} + + + com.alibaba + druid-spring-boot-starter + ${druid.starter.version} + + + org.flowable + flowable-spring-boot-starter + ${flowable.starter.version} + + + + org.apache.cxf + cxf-spring-boot-starter-jaxrs + ${cxf.rs.version} + + + org.apache.cxf + cxf-spring-boot-starter-jaxws + ${cxf.rs.version} + + + org.apache.cxf + cxf-rt-features-logging + ${cxf.rs.version} + + + org.apache.cxf + cxf-rt-rs-service-description-swagger + ${cxf.rs.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${cxf.rs.json} + + + + com.github.xiaoymin + knife4j-spring-boot-starter + ${bootstrap.swagger.version} + + + + com.github.shalousun + smart-doc + ${smart.doc.version} + test + + + + + + + + src/main/resources + + **/* + + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.version} + + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.encoding} + + + org.projectlombok + lombok + ${lombok.version} + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + + + + + + + -- Gitee