From d1ad43e26cdbd03a1462143357676e60620ab3c3 Mon Sep 17 00:00:00 2001 From: Lemon <1161030327@qq.com> Date: Fri, 11 Aug 2023 20:54:52 +0800 Subject: [PATCH] parent --- .idea/.gitignore | 8 + .idea/compiler.xml | 8 + .idea/encodings.xml | 10 ++ .idea/jarRepositories.xml | 25 +++ .idea/misc.xml | 15 ++ .idea/vcs.xml | 6 + pom.xml | 309 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 381 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 pom.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..1ca2753 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..2c9d8a2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..f1b9847 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..bff2946 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /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 0000000..f5c51eb --- /dev/null +++ b/pom.xml @@ -0,0 +1,309 @@ + + + 4.0.0 + + com.luck + luck-parent + 3.6.3 + + luck + + + 3.6.3 + UTF-8 + UTF-8 + 1.8 + 2.7.13 + 2021.0.8 + 2021.0.5.0 + 2.7.10 + 3.0.0 + 1.6.2 + 1.27.2 + 2.3.3 + 1.4.7 + 1.2.16 + 3.5.2 + 2.11.0 + 2.3 + 2.0.34 + 0.9.1 + 8.2.2 + 4.1.2 + 2.14.3 + + + + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + ${spring-cloud-alibaba.version} + pom + import + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + com.github.tobato + fastdfs-client + ${tobato.version} + + + + + io.swagger + swagger-models + ${swagger.core.version} + + + io.swagger + swagger-annotations + ${swagger.core.version} + + + + + pro.fessional + kaptcha + ${kaptcha.version} + + + + + com.github.pagehelper + pagehelper-spring-boot-starter + ${pagehelper.boot.version} + + + + + commons-io + commons-io + ${commons.io.version} + + + + + org.apache.poi + poi-ooxml + ${poi.version} + + + + + org.apache.velocity + velocity-engine-core + ${velocity.version} + + + + + com.alibaba.fastjson2 + fastjson2 + ${fastjson.version} + + + + + io.jsonwebtoken + jjwt + ${jjwt.version} + + + + + com.alibaba + transmittable-thread-local + ${transmittable-thread-local.version} + + + + + com.luck + luck-common-core + ${luck.version} + + + + + com.luck + luck-common-swagger + ${luck.version} + + + + + com.luck + luck-common-security + ${luck.version} + + + + + com.luck + luck-common-datascope + ${luck.version} + + + + + com.luck + luck-common-datasource + ${luck.version} + + + + + com.luck + luck-common-seata + ${luck.version} + + + + + com.luck + luck-common-log + ${luck.version} + + + + + com.luck + luck-common-redis + ${luck.version} + + + + + com.luck + luck-api-system + ${luck.version} + + + + com.luck + luck-file-common + ${luck.version} + + + + com.luck + luck-file-remote + ${luck.version} + + + com.luck + luck-system-remote + 3.6.3 + + + com.luck + luck-system-common + 3.6.3 + + + + + + + + + pom + + + + + org.springframework.cloud + spring-cloud-starter-bootstrap + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + + + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public + + true + + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public + + true + + + false + + + + + + + yun-releases + yun-releases + http://192.10.29.103/repository/maven-releases/ + + + + + \ No newline at end of file