diff --git a/pom.xml b/pom.xml
index 92260c5..ccdca50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,10 @@
-
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
com.mysql
@@ -61,6 +64,44 @@
lombok
true
+
+ com.alibaba.fastjson2
+ fastjson2
+ 2.0.38
+
+
+ org.apache.commons
+ commons-lang3
+ 3.13.0
+
+
+ commons-io
+ commons-io
+ 2.11.0
+
+
+ com.google.guava
+ guava
+ 33.0.0-jre
+
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+ 1.70
+
+
+
+ org.bouncycastle
+ bcmail-jdk15on
+ 1.70
+
+
+
+ org.apache.directory.studio
+ org.apache.commons.codec
+ 1.8
+
@@ -90,30 +131,7 @@
-
- com.mysql.cj.jdbc.Driver
- jdbc:mysql://localhost:3306/darkness
- root
- root
-
-
-
- .*
- darkness
-
-
- com.darkness.pojo.entity
- src/main/java
-
-
- true
- true
- true
- true
- true
- true
-
-
+ ${project.basedir}/src/main/resources/jooq-config.xml
diff --git a/src/main/resources/jooq-config.xml b/src/main/resources/jooq-config.xml
new file mode 100644
index 0000000..016ca9f
--- /dev/null
+++ b/src/main/resources/jooq-config.xml
@@ -0,0 +1,28 @@
+
+
+
+ com.mysql.cj.jdbc.Driver
+ jdbc:mysql://localhost:3306/darkness
+ root
+ root
+
+
+
+
+ .*
+ darkness
+
+
+ com.darkness.pojo.entity
+ src/main/java
+
+
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
\ No newline at end of file