diff --git a/pom.xml b/pom.xml
index ee5348b..63b530a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,11 @@
runtime
true
+
+ com.mysql
+ mysql-connector-j
+ runtime
+
org.projectlombok
lombok
@@ -60,6 +65,50 @@
spring-security-test
test
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+ 3.5.3.1
+
+
+ com.baomidou
+ mybatis-plus-boot-starter-test
+ 3.5.3.1
+ test
+
+
+ com.alibaba
+ druid-spring-boot-starter
+ 1.2.16
+
+
+ com.baomidou
+ mybatis-plus-generator
+ 3.5.3.1
+
+
+ org.apache.velocity
+ velocity-engine-core
+ 2.3
+
+
+ com.github.xiaoymin
+ knife4j-openapi3-jakarta-spring-boot-starter
+ 4.1.0
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+
@@ -85,6 +134,21 @@
org.jetbrains.kotlin
kotlin-maven-plugin
+
+
+ compile
+ compile
+
+ compile
+
+
+
+ src/main/kotlin
+ target/generated-sources/annotations
+
+
+
+
-Xjsr305=strict