From 3244af424de48477999dd1aaa198f52967eb446c Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 25 Mar 2025 23:17:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BE=9D=E8=B5=96=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=92=8C=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index bf2d86f3..cdae3095 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,21 @@ spring-boot-starter-aop + + org.springframework.boot + spring-boot-starter-validation + + + + org.springframework.boot + spring-boot-starter-websocket + + + + org.springframework.boot + spring-boot-starter-mail + + com.mysql mysql-connector-j @@ -132,12 +147,14 @@ ${mybatis-plus.version} + com.github.xiaoymin knife4j-openapi3-jakarta-spring-boot-starter ${knife4j.version} + org.mapstruct mapstruct @@ -150,25 +167,20 @@ ${mapstruct.version} + com.xuxueli xxl-job-core ${xxl-job.version} + cn.idev.excel fastexcel ${fastexcel.version} - - - - org.springframework.boot - spring-boot-starter-validation - - io.minio @@ -176,6 +188,7 @@ ${minio.version} + com.aliyun.oss aliyun-sdk-oss @@ -189,34 +202,27 @@ ${redisson.version} - - org.springframework.boot - spring-boot-starter-websocket - - + com.baomidou mybatis-plus-generator ${mybatis-plus-generator.version} + org.apache.velocity velocity-engine-core ${velocity.version} + org.lionsoul ip2region ${ip2region.version} - - org.springframework.boot - spring-boot-starter-mail - - com.aliyun aliyun-java-sdk-core @@ -235,6 +241,7 @@ ${weixin-java.version} + com.github.ben-manes.caffeine caffeine