From 8c85bd0ceef4b1c7ba6c6b5a109d15c74d9e0176 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 01 四月 2026 14:14:06 +0800
Subject: [PATCH] 兼容postgresql

---
 start/pom.xml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/start/pom.xml b/start/pom.xml
index 93f309d..2064aa5 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -42,7 +42,13 @@
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>com.local</groupId>
+            <artifactId>myjar</artifactId>
+            <version>1.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/JDBC-VB_P-2.13-2025082015.jar</systemPath> <!-- 鍏抽敭锛歫ar 璺緞 -->
+        </dependency>
         <!-- 绯荤粺妯″潡-->
         <dependency>
             <groupId>com.ycl</groupId>
@@ -58,6 +64,7 @@
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <version>2.5.15</version>
                 <configuration>
+                    <includeSystemScope>true</includeSystemScope>
                     <fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 -->
                 </configuration>
                 <executions>

--
Gitblit v1.8.0