From a2077e70da78d28089c40ad65291885aad58b857 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 03 四月 2026 09:48:49 +0800
Subject: [PATCH] feat: 新增数采数据源、储丝三方视图数据源;配置测试三数据源;区分开发、生产环境

---
 RuoYi-Vue-Plus/ruoyi-admin/src/main/resources/application-dev.yml |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/RuoYi-Vue-Plus/ruoyi-admin/src/main/resources/application-dev.yml b/RuoYi-Vue-Plus/ruoyi-admin/src/main/resources/application-dev.yml
index 8e3efe6..619e6b3 100755
--- a/RuoYi-Vue-Plus/ruoyi-admin/src/main/resources/application-dev.yml
+++ b/RuoYi-Vue-Plus/ruoyi-admin/src/main/resources/application-dev.yml
@@ -45,7 +45,7 @@
         master:
           type: ${spring.datasource.type}
           driverClassName: org.postgresql.Driver
-          url: jdbc:postgresql://192.168.2.26:5432/postgres?currentSchema=public&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
+          url: jdbc:postgresql://127.0.0.1:5433/postgres?currentSchema=public&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
           username: postgres
           password: 123456
       #        master:
@@ -64,12 +64,19 @@
 #          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 #          username:
 #          password:
-#        oracle:
-#          type: ${spring.datasource.type}
-#          driverClassName: oracle.jdbc.OracleDriver
-#          url: jdbc:oracle:thin:@//localhost:1521/XE
-#          username: ROOT
-#          password: root
+        oracle_zs:
+          lazy: true
+          type: ${spring.datasource.type}
+          driverClassName: oracle.jdbc.OracleDriver
+          url: jdbc:oracle:thin:@127.0.0.1:1521:xe
+          username: appusr
+          password: lanbaoit
+        oracle_sc:
+          type: ${spring.datasource.type}
+          driverClassName: oracle.jdbc.OracleDriver
+          url: jdbc:oracle:thin:@127.0.0.1:1521:xe
+          username: gfsc
+          password: lbit
 #        postgres:
 #          type: ${spring.datasource.type}
 #          driverClassName: org.postgresql.Driver

--
Gitblit v1.9.3