diff --git a/pom.xml b/pom.xml
index 850f705..e0e6e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.github.sunkolin
starfish
- 2.0.2-SNAPSHOT
+ 2.1.0
jar
starfish
starfish
@@ -178,13 +178,28 @@
com.xuxueli
xxl-job-core
- 3.2.0
+ 3.3.0
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
- 3.0.3
+ com.baomidou
+ mybatis-plus-spring-boot4-starter
+ 3.5.14
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+ 3.5.14
+
+
+ com.baomidou
+ mybatis-plus-generator
+ 3.5.14
+
+
+
+
+
+
com.belerweb
pinyin4j
diff --git a/src/main/java/com/starfish/common/cache/CacheAutoConfiguration.java b/src/main/java/com/starfish/common/cache/CacheAutoConfiguration.java
index 3189ac0..958b454 100644
--- a/src/main/java/com/starfish/common/cache/CacheAutoConfiguration.java
+++ b/src/main/java/com/starfish/common/cache/CacheAutoConfiguration.java
@@ -65,8 +65,8 @@ public CacheManager cacheManager(Caffeine