From 1082290d13530a7a33d2d85b14aa9ae48d0aabd4 Mon Sep 17 00:00:00 2001 From: xujun Date: Wed, 5 Aug 2026 15:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=A0=E8=A7=A3=E5=AF=86?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index f018207..ce4ae01 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,9 @@ 3.5.16 + + 4.0.4 + 4.1.1 @@ -203,6 +206,12 @@ xtools-boot-ip ${xtools.version} + + + org.xujun + xtools-boot-jasypt + ${xtools.version} + org.xujun @@ -352,6 +361,30 @@ + + + com.baomidou + mybatis-plus-jsqlparser + ${mybatis-plus.version} + + + com.baomidou + mybatis-plus-spring-boot4-starter + ${mybatis-plus.version} + + + + + + + + com.github.ulisesbocchio + jasypt-spring-boot-starter + ${jasypt-spring-boot-starter.version} + compile + + + de.codecentric @@ -372,20 +405,6 @@ ${xxl-job-core.version} compile - - - - com.baomidou - mybatis-plus-jsqlparser - ${mybatis-plus.version} - - - com.baomidou - mybatis-plus-spring-boot4-starter - ${mybatis-plus.version} - - -