diff --git a/fast-boot-framework/pom.xml b/fast-boot-framework/pom.xml
index bdcdcc9..1d4ce1e 100644
--- a/fast-boot-framework/pom.xml
+++ b/fast-boot-framework/pom.xml
@@ -8,12 +8,92 @@
fast-boot-framework
jar
-
-
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ kotlin-stdlib-jdk7
+ org.jetbrains.kotlin
+
+
+ kotlin-stdlib-jdk8
+ org.jetbrains.kotlin
+
+
+
+
+ org.springframework.security.oauth
+ spring-security-oauth2
+
+
+ mysql
+ mysql-connector-java
+
+
+ com.alibaba
+ druid-spring-boot-starter
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+
+
+ org.mapstruct
+ mapstruct
+
+
+ org.mapstruct
+ mapstruct-jdk8
+
+
+ org.mapstruct
+ mapstruct-processor
+
+
+ org.projectlombok
+ lombok
+
+
+ org.springdoc
+ springdoc-openapi-ui
+
+
+ cn.hutool
+ hutool-all
+
-
\ No newline at end of file
diff --git a/fast-boot-system/pom.xml b/fast-boot-system/pom.xml
index 690f1cf..c3d9d9f 100644
--- a/fast-boot-system/pom.xml
+++ b/fast-boot-system/pom.xml
@@ -8,17 +8,15 @@
fast-boot-system
jar
-
-
-
-
-
net.maku
fast-boot-framework
1.0.0
- compile
+
+
+ com.github.whvcse
+ easy-captcha
diff --git a/fast-server/pom.xml b/fast-server/pom.xml
index 51e3768..03af6c4 100644
--- a/fast-server/pom.xml
+++ b/fast-server/pom.xml
@@ -8,21 +8,16 @@
fast-server
jar
-
-
-
-
net.maku
- fast-boot-framework
- 1.0.0
-
-
- net.maku
fast-boot-system
1.0.0
+
+ com.github.xiaoymin
+ knife4j-springdoc-ui
+
diff --git a/pom.xml b/pom.xml
index fc46194..bb8cc40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,7 @@
fast-boot
FastBoot
+ https://gitee.com/makunet
org.springframework.boot
@@ -27,7 +28,6 @@
1.8
1.2.8
3.5.1
- 3.16.7
3.0.3
1.6.7
5.7.22
@@ -36,118 +36,60 @@
1.4.2.Final
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-logging
-
-
-
-
- org.springframework.boot
- spring-boot-configuration-processor
- true
-
-
- org.springframework.boot
- spring-boot-starter-log4j2
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.projectlombok
- lombok
- true
-
-
- mysql
- mysql-connector-java
-
-
- com.alibaba
- druid-spring-boot-starter
- ${druid.version}
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
-
- com.baomidou
- mybatis-plus-boot-starter
- ${mybatisplus.version}
-
-
- com.github.xiaoymin
- knife4j-springdoc-ui
- ${knife4j.version}
-
-
- org.springdoc
- springdoc-openapi-ui
- ${springdoc.version}
-
-
- cn.hutool
- hutool-all
- ${hutool.version}
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- kotlin-stdlib-jdk7
- org.jetbrains.kotlin
-
-
- kotlin-stdlib-jdk8
- org.jetbrains.kotlin
-
-
-
-
- org.springframework.security.oauth
- spring-security-oauth2
- ${security.oauth2.version}
-
-
- org.springframework.boot
- spring-boot-starter-validation
-
-
- com.github.whvcse
- easy-captcha
- ${captcha.version}
-
-
- org.mapstruct
- mapstruct
- ${mapstruct.version}
-
-
- org.mapstruct
- mapstruct-jdk8
- ${mapstruct.version}
-
-
- org.mapstruct
- mapstruct-processor
- ${mapstruct.version}
-
-
+
+
+
+ org.springframework.security.oauth
+ spring-security-oauth2
+ ${security.oauth2.version}
+
+
+ com.alibaba
+ druid-spring-boot-starter
+ ${druid.version}
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+ ${mybatisplus.version}
+
+
+ com.github.xiaoymin
+ knife4j-springdoc-ui
+ ${knife4j.version}
+
+
+ org.springdoc
+ springdoc-openapi-ui
+ ${springdoc.version}
+
+
+ cn.hutool
+ hutool-all
+ ${hutool.version}
+
+
+ com.github.whvcse
+ easy-captcha
+ ${captcha.version}
+
+
+ org.mapstruct
+ mapstruct
+ ${mapstruct.version}
+
+
+ org.mapstruct
+ mapstruct-jdk8
+ ${mapstruct.version}
+
+
+ org.mapstruct
+ mapstruct-processor
+ ${mapstruct.version}
+
+
+