diff --git a/mall-oms/oms-api/pom.xml b/mall-oms/oms-api/pom.xml
index 594c3ba79..4d56d9f21 100644
--- a/mall-oms/oms-api/pom.xml
+++ b/mall-oms/oms-api/pom.xml
@@ -25,7 +25,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
diff --git a/mall-oms/oms-boot/pom.xml b/mall-oms/oms-boot/pom.xml
index 120e83fd2..27c178b7f 100644
--- a/mall-oms/oms-boot/pom.xml
+++ b/mall-oms/oms-boot/pom.xml
@@ -85,7 +85,7 @@
com.youlai
- common-security
+ common-resourceserver
diff --git a/mall-pms/pms-api/pom.xml b/mall-pms/pms-api/pom.xml
index 7899b622e..43ded1441 100644
--- a/mall-pms/pms-api/pom.xml
+++ b/mall-pms/pms-api/pom.xml
@@ -26,7 +26,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
true
diff --git a/mall-pms/pms-boot/pom.xml b/mall-pms/pms-boot/pom.xml
index 79fb399df..2fb1b1290 100644
--- a/mall-pms/pms-boot/pom.xml
+++ b/mall-pms/pms-boot/pom.xml
@@ -84,7 +84,7 @@
com.youlai
- common-security
+ common-resourceserver
diff --git a/mall-sms/sms-api/pom.xml b/mall-sms/sms-api/pom.xml
index e2fdd0487..26aa7d8e4 100644
--- a/mall-sms/sms-api/pom.xml
+++ b/mall-sms/sms-api/pom.xml
@@ -20,7 +20,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
diff --git a/mall-sms/sms-boot/pom.xml b/mall-sms/sms-boot/pom.xml
index 5afce6380..5585db912 100644
--- a/mall-sms/sms-boot/pom.xml
+++ b/mall-sms/sms-boot/pom.xml
@@ -80,7 +80,7 @@
com.youlai
- common-security
+ common-resourceserver
diff --git a/mall-ums/ums-api/pom.xml b/mall-ums/ums-api/pom.xml
index 9fb7b5f9f..95921070a 100644
--- a/mall-ums/ums-api/pom.xml
+++ b/mall-ums/ums-api/pom.xml
@@ -19,7 +19,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
true
diff --git a/mall-ums/ums-boot/pom.xml b/mall-ums/ums-boot/pom.xml
index c9e7d4ad5..08545462d 100644
--- a/mall-ums/ums-boot/pom.xml
+++ b/mall-ums/ums-boot/pom.xml
@@ -70,7 +70,7 @@
com.youlai
- common-security
+ common-resourceserver
diff --git a/pom.xml b/pom.xml
index 0e5b64c37..900f7b28b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.5
+ 3.2.1
@@ -46,7 +46,7 @@
8.0.28
1.2.20
- 3.5.4
+ 3.5.5
4.3.0
@@ -130,7 +130,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
${mybatis-plus.version}
@@ -210,7 +210,7 @@
com.youlai
- common-security
+ common-resourceserver
${project.version}
diff --git a/youlai-common/common-core/pom.xml b/youlai-common/common-core/pom.xml
index 1664c6b85..da157ec2b 100644
--- a/youlai-common/common-core/pom.xml
+++ b/youlai-common/common-core/pom.xml
@@ -24,7 +24,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
true
diff --git a/youlai-common/common-mybatis/pom.xml b/youlai-common/common-mybatis/pom.xml
index bf64e99fc..d037a0d68 100644
--- a/youlai-common/common-mybatis/pom.xml
+++ b/youlai-common/common-mybatis/pom.xml
@@ -34,7 +34,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
@@ -45,7 +45,7 @@
com.youlai
- common-security
+ common-resourceserver
true
diff --git a/youlai-common/common-security/pom.xml b/youlai-common/common-resourceserver/pom.xml
similarity index 96%
rename from youlai-common/common-security/pom.xml
rename to youlai-common/common-resourceserver/pom.xml
index 7d586fd30..68e132292 100644
--- a/youlai-common/common-security/pom.xml
+++ b/youlai-common/common-resourceserver/pom.xml
@@ -9,7 +9,7 @@
4.0.0
- common-security
+ common-resourceserver
17
@@ -17,6 +17,11 @@
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-resource-server
+
com.youlai
@@ -39,12 +44,6 @@
true
-
-
- org.springframework.boot
- spring-boot-starter-oauth2-resource-server
-
-
\ No newline at end of file
diff --git a/youlai-common/common-web/pom.xml b/youlai-common/common-web/pom.xml
index c20a4e4c3..c3d82a1d5 100644
--- a/youlai-common/common-web/pom.xml
+++ b/youlai-common/common-web/pom.xml
@@ -66,7 +66,7 @@
com.youlai
- common-security
+ common-resourceserver
true
diff --git a/youlai-common/pom.xml b/youlai-common/pom.xml
index 1da26cee5..c9cf05637 100644
--- a/youlai-common/pom.xml
+++ b/youlai-common/pom.xml
@@ -23,7 +23,7 @@
common-log
common-sms
common-file
- common-security
+ common-resourceserver
common-seata
diff --git a/youlai-gateway/pom.xml b/youlai-gateway/pom.xml
index 349386917..41bf96043 100644
--- a/youlai-gateway/pom.xml
+++ b/youlai-gateway/pom.xml
@@ -49,7 +49,7 @@
org.springframework.boot
- spring-boot-starter-security
+ spring-boot-starter-oauth2-client
diff --git a/youlai-system/system-api/pom.xml b/youlai-system/system-api/pom.xml
index 922d1a821..1e1ebadbd 100644
--- a/youlai-system/system-api/pom.xml
+++ b/youlai-system/system-api/pom.xml
@@ -25,7 +25,7 @@
com.baomidou
- mybatis-plus-boot-starter
+ mybatis-plus-spring-boot3-starter
true
diff --git a/youlai-system/system-boot/pom.xml b/youlai-system/system-boot/pom.xml
index 8bf7851a6..eef21a83a 100644
--- a/youlai-system/system-boot/pom.xml
+++ b/youlai-system/system-boot/pom.xml
@@ -109,7 +109,7 @@
com.youlai
- common-security
+ common-resourceserver