From 8de09297dcc5393cc8542f29318b17f5696d4f8d Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期五, 17 七月 2026 09:28:46 +0800
Subject: [PATCH] feat:单点登录 首页及首页跳转

---
 platformx-boot/src/main/resources/application-dev.yml |   48 +++++++++++++++++++++++++++---------------------
 1 files changed, 27 insertions(+), 21 deletions(-)

diff --git a/platformx-boot/src/main/resources/application-dev.yml b/platformx-boot/src/main/resources/application-dev.yml
index 6a99c07..3b2897a 100644
--- a/platformx-boot/src/main/resources/application-dev.yml
+++ b/platformx-boot/src/main/resources/application-dev.yml
@@ -2,7 +2,6 @@
   data:
     redis:
       host: 127.0.0.1
-      password: 123456
       database: 0
   # 鏁版嵁搴撶浉鍏抽厤缃�
   datasource:
@@ -12,6 +11,19 @@
       username: root
       password: root
       driver-class-name: com.mysql.cj.jdbc.Driver
+    dynamic:
+      datasource:
+        druid_bip_view:
+          driver-class-name: com.mysql.cj.jdbc.Driver
+          username: ${MYSQL-USER:tra_in_mdm@masterdata_mysql#ob_prod_phy_x86_04fa}
+          password: ${MYSQL-PWD:L2fbf%2ETRA}
+          url: jdbc:mysql://${MYSQL-HOST:10.116.44.42}:${MYSQL-PORT:3306}/${MYSQL-DB:mdm_send}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
+        druid_bip_bank_view:
+          driver-class-name: com.mysql.cj.jdbc.Driver
+          username: ${MYSQL-USER:tra_in_mdm@masterdata_mysql#ob_prod_phy_x86_04fa}
+          password: ${MYSQL-PWD:L2fbf%2ETRA}
+          url: jdbc:mysql://${MYSQL-HOST:10.116.44.42}:${MYSQL-PORT:3306}/${MYSQL-DB:tenant_5}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
+
   jpa:
     # 鑷姩鐢熸垚琛ㄧ粨鏋�
     hibernate:
@@ -38,32 +50,17 @@
 swagger:
   token-url: ${swagger.gateway}/admin/oauth2/token
 
-
-
-# 鏂囦欢涓婁紶閰嶇疆
-file:
-  local:
-    base-path: D:\\Users\\platformx\\Downloads\\img
-
 #bip 閰嶇疆
 bip:
-  url: ''
+  flag: false
+  url: https://bip01.res.jzeg.cn
   codes: 111111111111111111111111,222222222222222222
-  ip: https://bip01.res.jzeg.cn/
-  filePath: D:\test\
-  fontPath: /Users/kongdeqiang/Desktop/SIMSUN.TTC
   appKey: 800b2805c5584f0abb8705acbe487dc5
   appSecret: 59ba72c62a6a27203d7e517787a738be89ba55cb
 
 BWInvoice:
-  ip: https://einv01.res.jzeg.cn/post
-  kaipiao: ?method=baiwang.output.invoice.issue&version=1.0&requestId=
-  chaxun: ?method=baiwang.output.format.query&version=1.0&request_id=
-  redConfirmAdd: ?method=baiwang.output.redinvoice.add&version=1.0&requestId=
-  redConfirmSearch: ?method=baiwang.output.redinvoice.formlist&version=1.0&requestId=
-  search: ?method=baiwang.input.invoice.queryinvoicepool&version=1.0&requestId=
-  bind: ?method=baiwang.image.invoices.invoicemanageadd&version=1.0&requestId=
-  ocr: ?baiwang.image.invoices.recogcollect&version=1.0&requestId=
+  flag: false
+  url: https://einv01.res.jzeg.cn/post?
 
 # 5瀹跺崟浣峣d
 dept:
@@ -71,4 +68,13 @@
   sgb: 2056556196124250113
   jxc: 2056556317461270529
   tfgs: 2056556421857497090
-  ymj: 2056556535640576002
\ No newline at end of file
+  ymj: 2056556535640576002
+
+#erp鎺ㄩ��
+erp:
+  ymj:
+  ymjToken:
+  smj:
+  sgb:
+  jxc:
+  tfgs:
\ No newline at end of file

--
Gitblit v1.9.1