From b4a5a31ff0b4ba4f08f03b9c1e2722e1234e83a5 Mon Sep 17 00:00:00 2001 From: fuhouyin Date: Tue, 24 Dec 2024 15:26:47 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=8B=86=E5=88=86jooq=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=AE=9E=E4=BD=93=E7=B1=BB=E6=8F=92=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 68 +++++++++++++++++++----------- src/main/resources/jooq-config.xml | 28 ++++++++++++ 2 files changed, 71 insertions(+), 25 deletions(-) create mode 100644 src/main/resources/jooq-config.xml 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