diff --git a/api-interface/itmk-base-parent/.idea/encodings.xml b/api-interface/itmk-base-parent/.idea/encodings.xml
index 6df1d84..37453fe 100644
--- a/api-interface/itmk-base-parent/.idea/encodings.xml
+++ b/api-interface/itmk-base-parent/.idea/encodings.xml
@@ -2,9 +2,7 @@
-
-
diff --git a/api-interface/itmk-base-parent/.idea/misc.xml b/api-interface/itmk-base-parent/.idea/misc.xml
index 82dbec8..67e1e61 100644
--- a/api-interface/itmk-base-parent/.idea/misc.xml
+++ b/api-interface/itmk-base-parent/.idea/misc.xml
@@ -8,7 +8,5 @@
-
-
-
+
\ No newline at end of file
diff --git a/api-interface/itmk-base-parent/itmk-base-common/pom.xml b/api-interface/itmk-base-parent/itmk-base-common/pom.xml
index 9cd66ad..32a75eb 100644
--- a/api-interface/itmk-base-parent/itmk-base-common/pom.xml
+++ b/api-interface/itmk-base-parent/itmk-base-common/pom.xml
@@ -10,11 +10,59 @@
itmk-base-common
+ jar
-
- 17
- 17
- UTF-8
-
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+ io.jsonwebtoken
+ jjwt-api
+
+
+ io.jsonwebtoken
+ jjwt-impl
+
+
+ io.jsonwebtoken
+ jjwt-jackson
+
+
+
+
+ com.alibaba
+ fastjson
+
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ commons-io
+ commons-io
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ ${java.version}
+ ${java.version}
+ ${project.build.sourceEncoding}
+
+
+
+
\ No newline at end of file
diff --git a/api-interface/itmk-base-parent/itmk-base-web/pom.xml b/api-interface/itmk-base-parent/itmk-base-web/pom.xml
index 21802d9..bc07b76 100644
--- a/api-interface/itmk-base-parent/itmk-base-web/pom.xml
+++ b/api-interface/itmk-base-parent/itmk-base-web/pom.xml
@@ -10,11 +10,105 @@
itmk-base-web
+ jar
-
- 17
- 17
- UTF-8
-
+
+
+
+ com.itmk
+ itmk-base-common
+ 1.0-SNAPSHOT
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+
+
+
+
+ com.mysql
+ mysql-connector-j
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+
+
+ com.alibaba
+ druid-spring-boot-starter
+
+
+
+
+ org.springdoc
+ springdoc-openapi-ui
+
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+ org.apache.commons
+ commons-collections4
+
+
+ com.github.penggle
+ kaptcha
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring-boot.version}
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ ${java.version}
+ ${java.version}
+ ${project.build.sourceEncoding}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.1.2
+
+ true
+
+
+
+
\ No newline at end of file
diff --git a/api-interface/itmk-base-parent/pom.xml b/api-interface/itmk-base-parent/pom.xml
index 65b33d3..cb83f82 100644
--- a/api-interface/itmk-base-parent/pom.xml
+++ b/api-interface/itmk-base-parent/pom.xml
@@ -8,15 +8,125 @@
itmk-base-parent
1.0-SNAPSHOT
pom
+
itmk-base-common
itmk-base-web
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.7.18
+
+
- 17
- 17
+ 17
+ 2.7.18
UTF-8
+
+
+ 1.18.30
+ 1.7.0
+ 3.5.3.1
+ 1.2.18
+ 2.3.2
+ 1.2.83
+ 3.12.0
+ 4.4
+ 2.11.0
+ 8.0.33
+ 0.11.5
+
+
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
+
+
+ com.mysql
+ mysql-connector-j
+ ${mysql.version}
+ runtime
+
+
+
+
+ com.alibaba
+ druid-spring-boot-starter
+ ${druid.version}
+
+
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+ ${mybatis-plus.version}
+
+
+
+
+ com.github.penggle
+ kaptcha
+ ${kaptcha.version}
+
+
+
+
+ com.alibaba
+ fastjson
+ ${fastjson.version}
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+ org.apache.commons
+ commons-collections4
+ ${commons-collections4.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+
+
+ org.springdoc
+ springdoc-openapi-ui
+ ${springdoc.version}
+
+
+
+
+ io.jsonwebtoken
+ jjwt-api
+ ${jjwt.version}
+
+
+ io.jsonwebtoken
+ jjwt-impl
+ ${jjwt.version}
+ runtime
+
+
+ io.jsonwebtoken
+ jjwt-jackson
+ ${jjwt.version}
+ runtime
+
+
+
\ No newline at end of file