From f100f2d8886de531f64270f4bc6fab6c958c1d16 Mon Sep 17 00:00:00 2001 From: jiang Date: Sun, 8 Dec 2024 17:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bonus-modules/bonus-face/pom.xml | 119 +++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 bonus-modules/bonus-face/pom.xml diff --git a/bonus-modules/bonus-face/pom.xml b/bonus-modules/bonus-face/pom.xml new file mode 100644 index 0000000..6ce02d2 --- /dev/null +++ b/bonus-modules/bonus-face/pom.xml @@ -0,0 +1,119 @@ + + + + com.bonus + bonus-modules + 24.11.0-SNAPSHOT + + 4.0.0 + + bonus-face + + + bonus-modules-file文件服务 + + + + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-config + + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-sentinel + + + + + org.springframework.boot + spring-boot-starter-actuator + + + + + com.github.tobato + fastdfs-client + + + + + com.bonus + bonus-common-swagger + + + + commons-net + commons-net + 3.9.0 + + + com.huaweicloud + esdk-obs-java-bundle + 3.23.9 + + + + cn.hutool + hutool-all + 5.8.12 + + + + org.projectlombok + lombok + provided + + + com.bonus + bonus-common-core + + + com.bonus + bonus-common-security + + + com.bonus + bonus-common-log + + + com.mysql + mysql-connector-j + + + + + com.bonus + bonus-common-datasource + + + + + ${project.artifactId} + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + + \ No newline at end of file