From 904f4fbefeeb88232b19941fcb18e8a9be4a4130 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 30 一月 2026 11:00:51 +0800
Subject: [PATCH] feat(purchase): 配置文件

---
 ruoyi-admin/src/main/resources/application-druid.yml.example1 |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-druid.yml.example1 b/ruoyi-admin/src/main/resources/application-druid.yml.example1
index b64e465..92e06d8 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml.example1
+++ b/ruoyi-admin/src/main/resources/application-druid.yml.example1
@@ -11,9 +11,9 @@
 #                url: jdbc:mysql://124.220.0.228:3300/ruoyi-java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 #                pg
 #                url: jdbc:postgresql://localhost:5433/ruoyi-zd
-                url: jdbc:postgresql://localhost:5433/zd-02
+                url: jdbc:postgresql://114.132.189.42:5432/zd_production
                 username: postgres
-                password: 123456
+                password: bYD#nM+-BiLb
             # 浠庡簱鏁版嵁婧�
             slave:
                 # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
@@ -75,9 +75,8 @@
             # 鏁版嵁搴撶储寮�
             database: 0
             # 瀵嗙爜
-#            password: root2022!
+            password: root2022!
             #      password: 123456
-            password: 123456
             # 杩炴帴瓒呮椂鏃堕棿
             timeout: 10s
             lettuce:

--
Gitblit v1.9.3