From 19a8aed5a1d07aec472609f1617044d8ab9e943f Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期二, 08 四月 2025 22:50:07 +0800
Subject: [PATCH] 新增core的配置

---
 aps-modules/aps-core/pom.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/aps-modules/aps-core/pom.xml b/aps-modules/aps-core/pom.xml
index 3714d40..15c683a 100644
--- a/aps-modules/aps-core/pom.xml
+++ b/aps-modules/aps-core/pom.xml
@@ -60,10 +60,11 @@
             <artifactId>aps-api-system</artifactId>
         </dependency>
 
-        <!-- Mysql Connector -->
+        <!-- PostgreSql椹卞姩鍖� -->
         <dependency>
-            <groupId>com.mysql</groupId>
-            <artifactId>mysql-connector-j</artifactId>
+            <groupId>org.postgresql</groupId>
+            <artifactId>postgresql</artifactId>
+            <version>42.2.14</version>
         </dependency>
 
         <!-- RuoYi Common DataSource -->

--
Gitblit v1.9.3