diff --git a/minio-plus-application/minio-plus-application-springboot3/pom.xml b/minio-plus-application/minio-plus-application-springboot3/pom.xml
index 4c3e9c2..029a1fe 100644
--- a/minio-plus-application/minio-plus-application-springboot3/pom.xml
+++ b/minio-plus-application/minio-plus-application-springboot3/pom.xml
@@ -16,12 +16,23 @@
17
17
UTF-8
+ 3.3.2
me.liuxp
minio-plus-all-springboot3-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
me.liuxp
@@ -37,9 +48,20 @@
com.baomidou
mybatis-plus-boot-starter
+
+ org.springframework.boot
+ spring-boot-starter
+ ${springboot3.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${springboot3.version}
+
org.springframework.boot
spring-boot-starter-validation
+ ${springboot3.version}
com.mysql
@@ -52,7 +74,7 @@
org.springframework.boot
spring-boot-maven-plugin
- ${spring-boot.version}
+ ${springboot3.version}