From 346e19ed91e10ac14722fcc29dbb810b9d971d3d Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Tue, 08 Oct 2024 17:37:23 +0800
Subject: [PATCH] init

---
 pom.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4255472..315ad35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,17 @@
                 <artifactId>pdfbox</artifactId>
                 <version>2.0.31</version>
             </dependency>
-
+            <!-- 数据库文档生成工具-->
+            <dependency>
+                <groupId>cn.smallbun.screw</groupId>
+                <artifactId>screw-core</artifactId>
+                <version>1.0.5</version>
+            </dependency>
+            <dependency>
+                <groupId>org.freemarker</groupId>
+                <artifactId>freemarker</artifactId>
+                <version>2.3.30</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -205,6 +215,7 @@
         <module>cpzidc-quartz</module>
         <module>cpzidc-generator</module>
         <module>cpzidc-common</module>
+        <module>cpzidc-bis</module>
     </modules>
     <packaging>pom</packaging>
 

--
Gitblit v1.9.3